DyssolC command not found

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

Introduction

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

DyssolC: command not found

or when using sudo you get the following error message

sudo: DyssolC: command not found

Solutions to DyssolC: command not found

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

In Ubuntu DyssolC is provided by dyssol package.

dyssol 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 command line tool.

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

sudo apt-get -y install dyssol

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

You can also use apt command to install dyssol.

sudo apt -y install dyssol

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

sudo aptitude install dyssol

Summary

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