science-imageanalysis command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
science-imageanalysis: command not found
or when using sudo you get the following error message
sudo: science-imageanalysis: command not found
Solutions to science-imageanalysis: command not found
How To Fix science-imageanalysis: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu science-imageanalysis is provided by science-imageanalysis package.
science-imageanalysis is:
This metapackage will install Debian Science packages related to scientific image acquisition. This might be used in several sciences (as for instance science-dataacquisition, science-viewing and science-typesetting).
To fix this problem, we can install more using the command below.
sudo apt-get -y install science-imageanalysis
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install science-imageanalysis.
sudo apt -y install science-imageanalysis
Or if you have aptitude installed you can use the following command.
sudo aptitude install science-imageanalysis
Summary
In this tutorial we learn how to fix science-imageanalysis command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.