How can you update a package only if an earlier version is currently installed on the system?
A.
rmp — update rpmname
B.
rpm -U rpmname
C.
rpm -F rpmname
D.
rpm — force rpmname
E.
rpm -u rpmname
Explanation:
Upgrades, but only if the package is currently installed.