![Securing Network Infrastructure](https://wfqqreader-1252317822.image.myqcloud.com/cover/804/36698804/b_36698804.jpg)
上QQ阅读APP看书,第一时间看更新
There's more…
Installing Nmap on a Linux distribution is a different process. Most of the Linux-based operating systems have a single-step installation, using the package management utilities such as yum and apt.
Ensure that the machine is connected to the internet and execute the following commands:
- On CentOS, use the following command:
yum install Nmap
- On Debian or Ubuntu, use the following command:
apt-get install Nmap