패키지 메타데이터가 최신 상태인 Ubuntu 시스템에 Nginx를 설치하려면 어떤 명령을 사용해야 하나요?
sudo apt remove nginx -y
sudo apt install nginx -y
sudo service nginx install
sudo apt install apache2 -y