web-dev-qa-db-fra.com

Comment réparer / reprendre un do-release-upgrade arrêté

J'essayais de passer de 16.04 à 16.10 en utilisant do-release-upgrade, mais j'ai ensuite dû l'arrêter au milieu. Je ne peux pas le reprendre maintenant.

 ~  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
5
Abhishek Bhatia

Pour moi, ce qu’il a réglé c’était un simple

apt update
apt install python3-aptdaemon

Puis avec apt upgrade tout semblait aller bien.

5
Sorin Trimbitas