欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

Ubuntu安装Nginx和正确卸载Nginx

程序员文章站 2022-04-25 13:13:24
...
1.Ubuntu下安装Nginx比较简单

敲入下列命令即可:

sudo apt-get update
    sudo apt-get install nginx

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

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

上面的命令基本上都能解决你在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教程有兴趣的朋友有所帮助。