You installed a beta rpm package, but are experiencing some problems with it.
How can you remove this package?
A.
rpm -qe rpmname
B.
rpm -V –remove rpmname
C.
rpm -r rpmname
D.
rpm -d rpmname
E.
rpm -ev rpmname
Explanation/Reference:
To uninstall the package, use
rpm -e, –erase <packagename>
(-v for verbose)-r puts rpm in superuser mode (requires password)
-V verifys packages
-qe checks if the package is installed
-d is working in combination with -q only