首页 > 系统服务 > 详细

ubuntu nginx卸载和安装

时间:2014-10-24 20:41:43      阅读:376      评论:0      收藏: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

 

ubuntu nginx卸载和安装

原文:http://www.cnblogs.com/fixbug/p/4049082.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!