GTKC Knowledgebase
A little bit of wisdom
How do I remove duplicate packages in Redhat Package Manager (RPM)?
Posted by  Admin on


How to remove duplicate packages in rpm

rpm -e --allmatches mysql --nodeps

Note: This also uninstalls the package(s).




Tags: Package management , Linux

Return to home page: Home