nd-autoinstall command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nd-autoinstall: command not found
or when using sudo you get the following error message
sudo: nd-autoinstall: command not found
Solutions to nd-autoinstall: command not found
How To Fix nd-autoinstall: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nd-autoinstall is provided by neurodebian-desktop package.
neurodebian-desktop is:
The NeuroDebian project integrates and maintains a variety of software projects within Debian that are useful for neuroscience (such as AFNI, FSL, PsychoPy, etc.) or generic computation (such as HTCondor, pandas, etc.).
This package provides NeuroDebian artwork (icons, background image) and a NeuroDebian menu featuring the most popular neuroscience tools, which will be automatically installed upon initial invocation.
To fix this problem, we can install more using the command below.
sudo apt-get -y install neurodebian-desktop
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install neurodebian-desktop.
sudo apt -y install neurodebian-desktop
Or if you have aptitude installed you can use the following command.
sudo aptitude install neurodebian-desktop
Summary
In this tutorial we learn how to fix nd-autoinstall command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.