LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing nmap (network scanner program in Fedora 10) (https://www.linuxquestions.org/questions/linux-software-2/installing-nmap-network-scanner-program-in-fedora-10-a-703782/)

fahadaziz 02-11-2009 12:47 AM

Installing nmap (network scanner program in Fedora 10)
 
Hi,
i am having problem in downloading and installing nmap network scanner program in my fedora 10 machine...can any body help me from where i can download and install nmap using command line or ssh session on my fedora machine...

Thanks and Regards,

Faddi.

hallamigo 02-11-2009 01:05 AM

Can you use wget? If so here is the link to the latest, stable i386 rpm from the nmap site:

Code:

wget http://nmap.org/dist/nmap-4.76-1.i386.rpm
Good luck!

fahadaziz 02-11-2009 02:01 AM

tried this one too but doesnt work
 
tried this one too but doesnt work also i have used

yum install nmap

its also not working

[root@mrtg ~]# yum install nmap
Loaded plugins: refresh-packagekit
http://livna.cat.pdx.edu/repo/10/i38...ta/repomd.xml: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>
Trying other mirror.
http://rpm.livna.org/repo/10/i386/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.


Thanks and Regards,

Faddi

hallamigo 02-11-2009 02:21 AM

Sounds like you've got some network issues. Can you ping anything?

ping linuxquestions.org
ping 75.126.162.205

If that works, it could be a DNS issue. What do you have set in your /etc/resolv.conf file?

fahadaziz 02-11-2009 05:27 AM

Found solution thanx
 
I have done one thing that i down load that file from nmap.org in windows and then copy that rpm in my linux machine using its ftp the run the command of

rpm -ivh nmap-4.76-1.i386.rpm

and it installed and working fine

thanx linux questions.org


All times are GMT -5. The time now is 07:35 PM.