You installed a beta rpm package, but are experiencing some problems with it. How can you remove this package?

A.
rpm-r rpmname
B.
rpm-qe rpmname
C.
rpm-ev rpmname
D.
rpm-d rpmname
E.
rpm-v-remove rpmname
Explanation:
To uninstall the package, we use the rpm -ev rpmname or rpm –erase rpmname
To install package: rpm -ivh rpmname : where -I means install, -v means verbose, -h means display the Hash marks.
To Upgrade rpm: rpm -Uvh rpmname: where -U means Upgrade.
To Freshen Upgrade : rpm -Fvh rpmname
Is the answer not C? The explanation is correct but the answer is not.
0
0
The answer is indeed C.
0
0
I think these exam questions need some fine tuning. The answer is DEFINITELY C.
0
0
their ‘answer maker’ doesn’t use spaces much, uh?
0
0