science-neuroscience-modeling command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
science-neuroscience-modeling: command not found
or when using sudo you get the following error message
sudo: science-neuroscience-modeling: command not found
Solutions to science-neuroscience-modeling: command not found
How To Fix science-neuroscience-modeling: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu science-neuroscience-modeling is provided by science-neuroscience-modeling package.
science-neuroscience-modeling is:
This metapackage will install Debian packages which might be useful for scientists interested in modeling of real neural systems at different levels (from single neuron to complex networks).
The selection of packages is targeting the application of simulation techniques. Methods developers are referred to the science-statistics, science-imageanalysis, science-numericalcomputation, med-imaging, and med-imaging-dev metapackages for a variety of additional software that might be useful for neuroscience research.
To fix this problem, we can install more using the command below.
sudo apt-get -y install science-neuroscience-modeling
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install science-neuroscience-modeling.
sudo apt -y install science-neuroscience-modeling
Or if you have aptitude installed you can use the following command.
sudo aptitude install science-neuroscience-modeling
Summary
In this tutorial we learn how to fix science-neuroscience-modeling command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.