Какая команда устанавливает Nmap в Ubuntu с помощью APT?
sudo apt update
sudo nmap install -y
sudo apt remove nmap -y
sudo apt install nmap -y