The below command , is what i got after playing with wget and tar for a while, just copy and paste in the terminal to install Nmap.
P.S : Root privileges are a must
`
sudo wget -c โhttp://nmap.org/dist/nmap-5.00.tar.bz2โ && bzip2 -cd nmap-5.00.tar.bz2 | tar xvf - && cd nmap-5.00 && ./configure && make && sudo make install
`
#javascript#linux
About Hemanth HM
Hemanth HM is a Sr. Machine Learning Manager at PayPal, Google Developer Expert, TC39 delegate, FOSS advocate, and community leader with a passion for programming, AI, and open-source contributions.