Ubuntu Forums Archive Viewer

make: Command not found

Archived thread 100007 from Absolute Beginner Talk. Markdown source: Absolute_Beginner_Talk/thread_100007_make_Command_not_found.md

Original URL About this archive
#1

this is so frusterating! I was attempting to compile nmap from source but after I ran the config script, "make" doesn't work! The console returns command not found. What can I do to fix this problem?

#2

just type on a terminal:

sudo apt-get install automake

it should do the trick.

#3

I did that, and it seemed to install automake, but the make command STILL doesn't work.

#4

The only thing I can think of is to get the compliation tools (build-essential) from apt.

#5

Thanks m0biu5! I installed the build-essential and make works now.

#6

Awesome, glad I could help.