How to install nmap on a Debian Linux 9/10/11

http‮//:s‬www.lautturi.com
How to install nmap on a Debian Linux 9/10/11

To install nmap on a Debian Linux 9/10/11, you can use the following steps:

  1. Update the package index:
sudo apt update
  1. Install nmap:
sudo apt install nmap

This will install the latest version of nmap available in the repository.

  1. Test the installation:
nmap -v

This will print the version information for nmap, indicating that it is installed and working correctly.

Created Time:2017-10-28 21:39:05  Author:lautturi