'Make' command not found
I am having a problem that when I try to use make
command.
I cannot run the Make command.
Message: bash: make: command not found
When I used
sudo apt-get remove make
sudo apt-get install make
or with
sudo apt-get install --reinstall make
it shows
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package make is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'make' has no installation candidate
Do an reinstalation of the build-essential
package:
sudo apt-get install --reinstall build-essential
This should fix it.