当前位置: 首页 > 运维Tips > 正文

1、# rpm -qa|grep httpd
查看与httpd相关软件包。

httpd-2.2.3-11.el5_2.centos.4
2、然后删除httpd:

# rpm -e httpd
出现问题:

error: Failed dependencies:

httpd >= 2.2.0 is needed by (installed) gnome-user-share-0.10-6.el5.i386
3、还有一个相关的软件包没有删除,清除之,即:

# rpm -e gnome-user-share
4、再删除httpd

# rpm -e httpd
5、看一下还有没有httpd相关。whereis httpd

6、如果有,则

rm -rf /etc/httpd

报歉!评论已关闭.