rpm 删除重复安装的包--allmatches --nodeps

5769阅读 0评论2011-07-03 neobilly
分类:LINUX

不小心重复安装了软件包A,
rpm -qa | grep A
A
A
想要删除时,rpm -e A

提示出现了multiple packages

解决方法是:
rpm -e --allmatches --nodeps A
上一篇:perl next last 循环控制
下一篇:cURL char made graph