Removing duplicate RPM packages

Every so often you get a weird RPM situation where the same RPM is installed twice. The solution is to remove both of them, and then reinstall one.

rpm bad-package -e --allmatches
All content licensed under the Creative Commons License