DyssolGUI command not found

In this troubleshooting guide we learn how to fix DyssolGUI command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

DyssolGUI: command not found

or when using sudo you get the following error message

sudo: DyssolGUI: command not found

Solutions to DyssolGUI: command not found

How To Fix DyssolGUI: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu DyssolGUI is provided by dyssol-gui package.

dyssol-gui is:

Dynamic simulation of solids processes, is a dynamic flowsheet modelling system designed to simulate the time-dependent behaviour of complex production processes in solids processing technology

This package contains dyssol`s GUI.

To fix this problem, we can install more using the command below.

sudo apt-get -y install dyssol-gui

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install dyssol-gui.

sudo apt -y install dyssol-gui

Or if you have aptitude installed you can use the following command.

sudo aptitude install dyssol-gui

Summary

In this tutorial we learn how to fix DyssolGUI command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.