root权限下载命令行敲入如下命令:

rm -rf /etc/nginx/
rm -rf /usr/sbin/nginx    
rm /usr/share/man/man1/nginx.1.gz    
apt-get remove nginx*

原理就是删除关联文件以及文件夹。