回答:
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ファイルも削除します。