在删除邮件服务时出现问题

在删除邮件服务时出现问题

如题,   [RadHat9.0]
[root@localhost init.d]#  rpm -e sendmail procmail mailx
error: Failed dependencies:
        smtpdaemon is needed by (installed) fetchmail-6.2.0-3
        smtpdaemon is needed by (installed) mutt-1.4-10
        mailx is needed by (installed) logwatch-4.3.1-2

fetchmail,mutt,logwatch都装了呀,我是菜鸟,请前辈指教
rpm -e --nodeps sendmail procmail mailx
[quote:8f8004af31="xue_hu2001"]rpm -e --nodeps sendmail procmail mailx[/quote]

多谢你哦,不过我想它们可能存在依赖关系,所以我就把logwatch,mutt,fetchmail这三个全都卸了 ,之后就可把sendmail,procmail,mailx卸了,卸了mutt和fetchmail应该没所谓吧,但不知道卸了logwatch影响大不大呢?

想不到rpm -e --nodeps sendmail procmail mailx才是正确的方法

又学到一招