rpm -e 删除失败

[wang@localhost ~]$ rpm -qa httpd
httpd-2.2.15-47.el6.centos.3.x86_64
[wang@localhost ~]$ rpm -e httpd-2.2.15-47.el6.centos.3.x86_64
error: Failed dependencies:

        httpd >= 2.2.0 is needed by (installed) gnome-user-share-2.28.2-3.el6.x86_64


[root@localhost tools]# rpm -e --allmatche shttpd-2.2.15-47.el6.centos.3.x86_64
--allmatche: unknown option
[root@localhost tools]# rpm -e --allmatches --nodeps httpd-2.2.15-47.el6.centos.3.x86_64
[root@localhost tools]# rpm -qa httpd
[root@localhost tools]# 

你可能感兴趣的:(Linux)