science-neuroscience-cognitive command not found

In this troubleshooting guide we learn how to fix science-neuroscience-cognitive command not found error message

Introduction

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

science-neuroscience-cognitive: command not found

or when using sudo you get the following error message

sudo: science-neuroscience-cognitive: command not found

Solutions to science-neuroscience-cognitive: command not found

How To Fix science-neuroscience-cognitive: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu science-neuroscience-cognitive is provided by science-neuroscience-cognitive package.

science-neuroscience-cognitive is:

This metapackage will install Debian packages which might be useful for scientists doing cognitive neuroscience research. This comprises the full research process from conducting psychophysical experiments, over data acquisition and analysis, to visualization and typesetting of scientific results.

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 in the context of cognitive neuroscience.

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

sudo apt-get -y install science-neuroscience-cognitive

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

You can also use apt command to install science-neuroscience-cognitive.

sudo apt -y install science-neuroscience-cognitive

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

sudo aptitude install science-neuroscience-cognitive

Summary

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