If you are using fedora, simply use this simple script but be careful when answering y/N:
yum remove $(rpm -qa | grep PACKAGENAME)
* Change PACKAGENAME with your Package name
* For disabling plugins just add --disableplugin=PLUGIN-NAME
* If you can't access the Internet, just add this options to the line above --disablerepo=*
