science-nanoscale-physics-dev command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
science-nanoscale-physics-dev: command not found
or when using sudo you get the following error message
sudo: science-nanoscale-physics-dev: command not found
Solutions to science-nanoscale-physics-dev: command not found
How To Fix science-nanoscale-physics-dev: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu science-nanoscale-physics-dev is provided by science-nanoscale-physics-dev package.
science-nanoscale-physics-dev is:
This metapackage will install Debian Science packages which might be helpful for the development of applications for Nanoscale Physics.
You might also be interested in the debtag field::physics and, depending on your focus, in the nanoscale-physics, physics and education-physics metapackages.
To fix this problem, we can install more using the command below.
sudo apt-get -y install science-nanoscale-physics-dev
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install science-nanoscale-physics-dev.
sudo apt -y install science-nanoscale-physics-dev
Or if you have aptitude installed you can use the following command.
sudo aptitude install science-nanoscale-physics-dev
Summary
In this tutorial we learn how to fix science-nanoscale-physics-dev command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.