Понимание команд rpm (-ivh vs -uvh)

Вы имеете в виду как:

cd /src/; for i in 201?; do rsync "${i}"/*bbb?.pdf "/dst/${i}/";done; cd -
-2
16.04.2021, 19:38
1 ответ

Из справочной страницы:

   The general form of an rpm install command is

   rpm {-i|--install} [install-options] PACKAGE_FILE...

   This installs a new package.

   The general form of an rpm upgrade command is

   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.
1
28.04.2021, 22:52

Теги

Похожие вопросы