Which command installs Nmap on Ubuntu with APT?
sudo apt remove nmap -y
sudo nmap install -y
sudo apt install nmap -y
sudo apt update