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

Last updated: October 07,2024

1. Install "nmap.x86_64" package

Please follow the steps below to install nmap.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install nmap.x86_64

2. Uninstall "nmap.x86_64" package

This guide let you learn how to uninstall nmap.x86_64 on Fedora 35:

$ sudo dnf remove nmap.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:42:20 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : nmap
Epoch : 3
Version : 7.92
Release : 1.fc35
Architecture : x86_64
Size : 5.5 M
Source : nmap-7.92-1.fc35.src.rpm
Repository : updates
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).