Ubuntu에서 APT로 Nmap을 설치하는 명령은 무엇인가요?
sudo apt remove nmap -y
sudo nmap install -y
sudo apt install nmap -y
sudo apt update