码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu nginx卸载和安装

时间:2014-10-24 20:44:38      阅读:340      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   sp   div   on   log   cti   

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卸载和安装

标签:style   blog   color   io   sp   div   on   log   cti   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!