How to Install and Uninstall nmap.src Package on Oracle Linux 9

Last updated: January 11,2025

1. Install "nmap.src" package

Please follow the instructions below to install nmap.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install nmap.src

2. Uninstall "nmap.src" package

In this section, we are going to explain the necessary steps to uninstall nmap.src on Oracle Linux 9:

$ sudo dnf remove nmap.src $ sudo dnf autoremove

3. Information about the nmap.src package on Oracle Linux 9

Last metadata expiration check: 3:11:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : nmap
Epoch : 3
Version : 7.92
Release : 1.el9
Architecture : src
Size : 10 M
Source : None
Repository : ol9_appstream
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).