卸载rpm包提示:error: specifies multiple packages

–allmatches  Remove all versions of the package which match PACKAGE_NAME. Normally an error is issued if PACKAGE_NAME matches multiple packages.

造成这个问题的主要原因是套件被重複 (强制) 安装了两次以上.

[root@testbed bin]# rpm -e --allmatches subversion-1.4.2-4.el5

原文地址:https://www.cnblogs.com/rusking/p/3929781.html