chevron-up bell reply instagram twitter2 feed3 finder search-25px-p0
       欢迎访问免费空间

Centos下如何卸载apache

2017-02-01

在linux上删除已经安装的软件或者服务,比如centos上卸载apache要如何操作呢?下面来一起看看。

01.首先登陆你的SSH控制界面,然后在其中输入查找一下跟httpd相关的软件包,运行命令:

 

02.接着开始使用centos下的卸载命令, “rpm -e 软件或服务名”,我们运行:

如果出现类似“httpd >= 2.2.0 is needed by (installed) gnome-user-share-0.10-6.el5.i386”这样的提示就说明,httpd这个服务是依赖于gnome-user-share的,我们需要先卸载gnome-user-share然后再卸载apache,我们运行:

删除成功后,再运行上面的rpm -e httpd,这样就成功卸载了apache喽!

Fresher

发表评论

You must be logged in to post a comment.