教你删除redhat/centos下不需要的rpm包

发布时间:2019-10-31编辑:脚本学堂
教你删除redhat/centos下不需要的rpm包

先来看一个例子:
[root@localhost ~]# rpm -e iptables-ipv6-1.3.5-4.el5 --nodeps

以下是RHEL5U2下删除的一些安装包,我们用bash脚本检索出来:
for i in `cat deletepackages`
 do
 rpm -e --nodeps $i
 done

rhn-setup-0.4.17-8.el5
rhn-setup-gnome-0.4.17-8.el5
yum-rhn-plugin-0.5.3-6.el5
rhn-client-tools-0.4.17-8.el5
rhn-check-0.4.17-8.el5
rhnsd-4.6.1-1.el5
iptables-ipv6-1.3.5-4.el5