How to Install and Uninstall nmap.x86_64 Package on Fedora 34

Last updated: October 10,2024

1. Install "nmap.x86_64" package

This is a short guide on how to install nmap.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install nmap.x86_64

2. Uninstall "nmap.x86_64" package

This tutorial shows how to uninstall nmap.x86_64 on Fedora 34:

$ sudo dnf remove nmap.x86_64 $ sudo dnf autoremove

3. Information about the nmap.x86_64 package on Fedora 34

Last metadata expiration check: 4:53:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : nmap
Epoch : 3
Version : 7.80
Release : 11.fc34
Architecture : x86_64
Size : 5.4 M
Source : nmap-7.80-11.fc34.src.rpm
Repository : fedora
Summary : Network exploration tool and security scanner
URL : http://nmap.org/
License : Nmap
Description : Nmap is a utility for network exploration or security auditing. It supports
: ping scanning (determine which hosts are up), many port scanning techniques
: (determine what services the hosts are offering), and TCP/IP fingerprinting
: (remote host operating system identification). Nmap also offers flexible target
: and port specification, decoy scanning, determination of TCP sequence
: predictability characteristics, reverse-identd scanning, and more. In addition
: to the classic command-line nmap executable, the Nmap suite includes a flexible
: data transfer, redirection, and debugging tool (netcat utility ncat), a utility
: for comparing scan results (ndiff), and a packet generation and response
: analysis tool (nping).