-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
NOTE: Npcap issues have moved to the Npcap repository
NOTE: Ncrack issues have moved to the Ncrack repository
Describe the bug
I want to install the lastest nmap rpm package on linux ( include fedora35\Centos8), but it's failed.
To Reproduce
wget https://nmap.org/dist/nmap-7.92-1.x86_64.rpm
rpm -ivh nmap-7.92-1.x86_64.rpm
Expected behavior
installed sucessfully
Version info (please complete the following information):
- OS: centos8 \ fedora35
- Output of
nmap --version: 7.92 - Output of
nmap --iflist
Additional context
Add any other context about the problem here, such as special network type.
[root@fedora35 ~]# ls
anaconda-ks.cfg nmap-7.92-1.x86_64.rpm
[root@fedora35 ~]# rpm -ivh nmap-7.92-1.x86_64.rpm
error: Failed dependencies:
python >= 2.4 is needed by nmap-2:7.92-1.x86_64
[root@fedora35 ~]# python2 --version
Python 2.7.18
[root@fedora35 ~]# python3 --version
Python 3.10.0
Reactions are currently unavailable