首页  >  文章  >  后端开发  >  Ubuntu安装Nginx和正确卸载Nginx

Ubuntu安装Nginx和正确卸载Nginx

WBOY
WBOY原创
2016-07-28 08:28:331281浏览

1.Ubuntu下安装Nginx比较简单

敲入下列命令即可:

<code><span>sudo</span> apt-get update
    <span>sudo</span> apt-get install nginx</code>

2.Ubuntu下卸载,稍不注意就会入坑

<code><span>sudo</span> apt-get remove nginx nginx-common <span># 卸载删除除了配置文件以外的所有文件。</span><span>sudo</span> apt-get purge nginx nginx-common <span># 卸载所有东东,包括删除配置文件。</span><span>sudo</span> apt-get autoremove <span># 在上面命令结束后执行,主要是卸载删除Nginx的不再被使用的依赖包。</span><span>sudo</span> apt-get remove nginx-full nginx-common <span>#卸载删除两个主要的包。</span></code>

上面的命令基本上都能解决你在Ubuntu下安装卸载Nginx的问题。

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

以上就介绍了 Ubuntu安装Nginx和正确卸载Nginx,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn