science-electrophysiology command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
science-electrophysiology: command not found
or when using sudo you get the following error message
sudo: science-electrophysiology: command not found
Solutions to science-electrophysiology: command not found
How To Fix science-electrophysiology: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu science-electrophysiology is provided by science-electrophysiology package.
science-electrophysiology is:
This metapackage will install Debian packages which might be useful for scientists doing electrophysiology-based neuroscience research.
The selection of packages is targeting the application of analysis 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 electrophysiology research.
To fix this problem, we can install more using the command below.
sudo apt-get -y install science-electrophysiology
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install science-electrophysiology.
sudo apt -y install science-electrophysiology
Or if you have aptitude installed you can use the following command.
sudo aptitude install science-electrophysiology
Summary
In this tutorial we learn how to fix science-electrophysiology command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.