Немного запутался.
какая разница между rpm -U
и rpm -F
страницы руководства говорят -U пакет обновления
-F, --freshen = + пакет (ы) обновления, если он уже установлен
Сравнить
rpm {-U|--upgrade} [install-options] PACKAGE_FILE ...
This upgrades or installs the package currently installed to a newer
version. This is the same as install, except all other version(s) of
the package are removed after the new package is installed.
к
rpm {-F|--freshen} [install-options] PACKAGE_FILE ...
This will upgrade packages, but only ones for which an earlier version
is installed.