답변:
sudo apt-get remove nginx nginx-common
# 설정 파일을 제외한 모든 파일을 제거합니다.
sudo apt-get purge nginx nginx-common
# 모든 것을 제거합니다.
sudo apt-get autoremove
# 위의 명령을 사용한 후에는 더 이상 필요하지 않은 nginx에서 사용하는 종속성을 제거하기 위해이 명령을 사용하십시오.
apt-get purge
.
sudo apt-get purge nginx-common
sudo apt-get remove nginx-full nginx-common
rm -rf /etc/nginx
conf 파일도 제거합니다.