# 移除Nginx及其配置文件以及与其相关的包
sudo apt-get purge nginx

# 如果希望保留配置文件,可以使用以下命令, 这将仅移除Nginx软件包,而保留配置文件
sudo apt-get remove nginx