To uninstall Nmap from your system use the following command $ sudo apt remove nmapĠ upgraded, 0 newly installed, 1 to remove and 137 not upgraded.Īfter this operation, 4,499 kB disk space will be freed.ĭo you want to continue? y ConclusionĬongratulations, you have successfully learned how to install and use Nmap on Ubuntu 20.04. $ sudo snap install nmap Remove Nmap from Ubuntu 20.04
Zenmap ubuntu update#
Snap is the best method because snap packages don’t require you to update manually because it does their updates on the background whenever a release is made. You can also install Nmap using the snap package. To scan multiple IP addresses you can do the following $ nmap Ip address1 Ip address2 Ip adress3 Install nmap using snap Nmap done: 1 IP address (1 host up) scanned in 35.00 seconds Target specifications can be done by passing the hostname or the IP addressįor example, to scan a network you should do the following: $ nmap You will get the following as output Output Whenever you want to use Nmap you can use the command nmap -h $ nmap -h
You can check the Nmap version installed on Ubuntu 20.04 $ nmap -versionĬompiled with: liblua-5.3.3 openssl-1.1.1d nmap-libssh2-1.8.2 libz-1.2.11 libpcre-8.44 libpcap-1.9.1 nmap-libdnet-1.12 ipv6Īvailable nsock engines: epoll poll select How to use Nmap on Ubuntu 20.04 Press Y to allow installation to continue The following NEW packages will be installed:Ġ upgraded, 4 newly installed, 0 to remove and 137 not upgraded.Īfter this operation, 25.8 MB of additional disk space will be used. Liblinear-tools liblinear-dev ncat ndiff zenmap The following additional packages will be installed: Use 'sudo apt autoremove' to remove them. Libfprint-2-tod1 libgtkglext1 libllvm9 libminizip1 libpangox-1.0-0 shim The following packages were automatically installed and are no longer required: You will get the following as an output Output To install Nmap run the following command $ sudo apt install nmap -y
Zenmap ubuntu upgrade#
Run system updatesīefore we can begin our installation let’s run system updates in order to make it up to date $ sudo apt update & apt upgrade -y 2.