Linux

"Make Command Not Found" – Linux

By Lucas
March 31, 2012
1 min min read
"Make Command Not Found" – Linux

When trying to compile and/or install, for example, a module on some Linux servers with the ‘make‘ and/or‘make install‘ command, we get the following error:

Make Command Not Found

To fix the problem, just run the following command in SHELL:

apt-get install make

Related Articles