Como corrigir / retomar uma atualização de liberação interrompida

4

Eu estava tentando atualizar de 16.04 para 16.10 usando do-release-upgrade, mas depois tive que pará-lo no meio. Eu não posso continuar agora.

 ~  iitpi sudo do-release-upgrade
Checking for a new Ubuntu release
No new release found
 ✘  ~  iitpi sudo apt upgrade       
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python3-aptdaemon.pkcompat : Conflicts: packagekit
                              Conflicts: packagekit:i386
E: Broken packages
    
por Abhishek Bhatia 17.10.2016 / 08:37

1 resposta

4

Para mim, o que consertou foi simples

apt update
apt install python3-aptdaemon

Então, com apt upgrade , tudo parecia bem.

    
por Sorin Trimbitas 28.10.2016 / 14:53