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.
isn’t a space required between the -F and rpmname?
There are some wrong when we post this question.
Now, it’s correct.
Thanks Eric.
rpm -U rpmname ???