如何卸载httpd-suexec,各大论坛上都没有解决

如何卸载httpd-suexec,各大论坛上都没有解决

我想卸载REDLINUX AS4下面的APACHE
我卸载是这样的
[root@tsinghua bin]# rpm -qa | grep httpd
httpd-2.0.52-22.ent
httpd-suexec-2.0.52-22.ent


[root@tsinghua bin]# rpm -e httpd
error: Failed dependencies:
        httpd = 2.0.52-22.ent is needed by (installed) httpd-suexec-2.0.52-22.ent.i386
[root@tsinghua bin]# rpm -e httpd-suexec
error: Failed dependencies:
        httpd-suexec is needed by (installed) httpd-2.0.52-22.ent.i386
这样形成循环了,怎么才能卸载
--nodeps


QUOTE:
原帖由 zhy1899 于 2007-3-11 17:04 发表
我想卸载REDLINUX AS4下面的APACHE
我卸载是这样的
[root@tsinghua bin]# rpm -qa | grep httpd
httpd-2.0.52-22.ent
httpd-suexec-2.0.52-22.ent


[root@tsinghua bin]# rpm -e httpd
error ...

如何卸载httpd-suexec,各大论坛上都没有解决
............................
以后不要用这种名字发贴
。。。。。。。。。
rpm -e httpd-suexec --nodeps
//(rpm --help 就知道拉,多google)

俺知错了!


QUOTE:
原帖由 zhy1899 于 2007-3-11 20:35 发表
俺知错了!

知错能改,善莫大焉
:)