rpm -e
March23
For anyone interested.
If the same package is installed twice(in the rpm database), and you want to remove it, type
>rpm –erase –allmatches <package>
you can even throw in –nodeps to force remove it
>rpm –erase –allmatches –nodeps <package>
Just thought that I’d share this.