Uninstalling a RPM package very easy. Enter the following command in the linux shell:

CODE:
rpm -e package
The "-e" flag is to "erase". In this case to uninstall or remove the RPM package.

Thats it