代码改变世界

ubuntu nginx卸载和安装

2014-10-24 19:19  彭大先生  阅读(205)  评论(0编辑  收藏  举报
sudo apt-get --purge remove nginx
sudo apt-get autoremove
dpkg --get-selections|grep nginx

查看没删除干净的相关内容

比如

nginx-common没删掉的话,执行下面的方法
sudo apt-get --purge remove nginx-common
sudo apt-get install nginx