science-numericalcomputation command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
science-numericalcomputation: command not found
or when using sudo you get the following error message
sudo: science-numericalcomputation: command not found
Solutions to science-numericalcomputation: command not found
How To Fix science-numericalcomputation: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu science-numericalcomputation is provided by science-numericalcomputation package.
science-numericalcomputation is:
This metapackage will install Debian Science packages useful for numerical computation. The packages provide an array oriented calculation and visualisation system for scientific computing and data analysis. These packages are similar to commercial systems such as Matlab and IDL.
To fix this problem, we can install more using the command below.
sudo apt-get -y install science-numericalcomputation
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install science-numericalcomputation.
sudo apt -y install science-numericalcomputation
Or if you have aptitude installed you can use the following command.
sudo aptitude install science-numericalcomputation
Summary
In this tutorial we learn how to fix science-numericalcomputation command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.