qual é a diferença entre rpm -U e rpm -F

2

Bit confuso.

qual é o diferencial entre rpm -U e rpm -F

páginas man dizem -U pacote de atualização

-F, --freshen=+ upgrade package(s) if already installed

    
por snehal s 06.01.2016 / 12:54

1 resposta

7

Compare

   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.

para

   rpm {-F|--freshen} [install-options] PACKAGE_FILE ...

   This  will upgrade packages, but only ones for which an earlier version
   is installed.
    
por 06.01.2016 / 12:58

Tags