diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml
index ca842cf55..4c3643c05 100644
--- a/docs/nmap-install.xml
+++ b/docs/nmap-install.xml
@@ -534,35 +534,45 @@ for the most common distributions.
SUSE (Linux distribution)installing on, with RPM
Fedora (Linux distribution)installing on, with RPM
-I build RPM packages for every release of Nmap and post them to
-the Nmap download page at .
-I build two packages: The nmap package contains
-just the command-line executable and data files, while the
-zenmap package contains the optional Zenmap
-graphical frontend (see ).
-The zenmap package requires
-that the nmap package be installed first.
+Nmap, Ncat, and Nping are available as RPM packages on
+the Nmap download page at .
+Zenmap is available as a Python wheel instead of an RPM. To install it, download
+the wheel from the same page and install it with your system Python 3 using
+pip install zenmap-*.whl. Any required dependencies will be
+downloaded and installed automatically.
RPMinstalling from
Installing via RPM is quite easy—it
-even downloads the package for you when given the proper URLs. The following example downloads and installs Nmap 4.68, including the frontend. Of course you should use the latest version at the download site above instead. Any existing RPM-installed versions are
+even downloads the package for you when given the proper URLs. The following example downloads and installs Nmap 7.98. Of course you should use the latest version at the download site above instead. Any existing RPM-installed versions are
upgraded. demonstrates this installation process.
Installing Nmap from binary RPMs
-# rpm -vhU https://nmap.org/dist/nmap-4.68-1.i386.rpm
-Retrieving https://nmap.org/dist/nmap-4.68-1.i386.rpm
-Preparing... ########################################### [100%]
- 1:nmap ########################################### [100%]
-# rpm -vhU https://nmap.org/dist/zenmap-4.68-1.noarch.rpm
-Retrieving https://nmap.org/dist/zenmap-4.68-1.noarch.rpm
-Preparing... ########################################### [100%]
- 1:zenmap ########################################### [100%]
+$ sudo rpm -vhU https://nmap.org/dist/nmap-7.98-1.x86_64.rpm
+Retrieving https://nmap.org/dist/nmap-7.98-1.x86_64.rpm
+Verifying... ################################# [100%]
+Preparing... ################################# [100%]
+Updating / installing...
+ 1:nmap-1:7.98-1 ################################# [100%]
-As the filenames above imply, these binary RPMs were created for normal PCs (x86 architecture).x86 architecture I also distribute x86_64x86_64 architecture binaries for 64-bit Linux users. These binaries won't work for the relatively few Linux users on other platforms such as SPARC, Alpha, or PowerPC. They also may refuse to install if your library versions are sufficiently different from what the RPMs were initially built on. One option in these cases would be to find binary RPMs prepared by your Linux vendor for your specific distribution. The original install CDs or DVD are a good place to start. Unfortunately, those may not be current or available. Another option is to install Nmap from source code as described previously, though you lose the binary package maintenance consistency benefits. A third option is to build and install your own binary RPMs from the source RPMs distributed from the download page above. demonstrates this technique with Nmap 4.68.
+As the filenames above imply, these binary RPMs were created for normal
+ PCs (x86_64 architecture).x86_64
+ architecture. These binaries won't work for the
+ Linux users on other platforms such as ARM64, x86, or PowerPC. They also
+ may refuse to install if your library versions are sufficiently different
+ from what the RPMs were initially built on. One option in these cases would
+ be to find binary RPMs prepared by your Linux vendor for your specific
+ distribution. The original install CDs or DVD are a good place to start.
+ Unfortunately, those may not be current or available. Another option is to
+ install Nmap from source code as described previously, though you lose the
+ binary package maintenance consistency benefits. A third option is to build
+ and install your own binary RPMs from the source RPMs distributed from the
+ download page above. demonstrates this technique with Nmap
+ 4.68.
Building and installing Nmap from source RPMs
@@ -579,11 +589,7 @@ Preparing... ########################################### [100%]
-It is not necessary to rebuild Zenmap in this fashion because the
-Zenmap RPM is architecture-independent (noarch
). For that
-reason there are no Zenmap source RPMs.
-
-Removing RPM packages is as easy as rpm -e nmap zenmap.
+Removing RPM packages is as easy as rpm -e nmap ncat.
Updating Red Hat, Fedora, Mandrake, and Yellow Dog Linux with Yum