erro ao tentar executar atualização e atualização

1

eu corro

sudo apt update 

resultado 19 pacotes

sudo apt upgrade

resultado

dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 

(nunca vi isso antes) É seguro seguir estas instruções?

    
por todd2323 09.06.2017 / 15:06

1 resposta

1

Sim, é seguro executar sudo dpkg --configure -a .

Da página de manual dpkg :

--configure package... |-a|
If -a or --pending is given instead of package, all unpacked but unconfigured packages are configured.

Configuring consists of the following steps:

   1.  Unpack the conffiles, and at the same time back up the old
              conffiles, so that they can be restored if something goes wrong.

   2. Run postinst script, if provided by the package.
    
por Grayson Kent 09.06.2017 / 15:46