刪除centos自帶的httpd

centos刪除系統自帶的httpd
 
一、[root@localhost etc]# rpm -qa|grep httpd,查看與httpd相關軟件包。
httpd-tools-2.2.15-15.el6.centos.i686
httpd-2.2.15-15.el6.centos.i686
 
二、而後刪除httpd:
[root@localhost etc]# rpm -e httpd
 
出現問題:
error: Failed dependencies:
httpd >= 2.2.0 is needed by (installed) gnome-user-share-0.10-6.el5.i386
 
三、還有一個相關的軟件包沒有刪除,清除之,即:
[root@localhost etc]# rpm -e gnome-user-share
        --也能夠用 --nodeps ,忽略依賴關係,直接刪除httpd
[root@localhost etc]# rpm -e httpd --nodeps
 
四、再刪除httpd
[root@localhost etc]# rpm -e httpd
 
五、若是還有一個httpd-tools,繼續刪除
[root@localhost etc]# rpm -e httpd-tools
相關文章
相關標籤/搜索