Do-release-upgradeを使用して16.04から16.10にアップグレードしようとしましたが、途中で停止する必要がありました。今は再開できません。
~ 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
私にとって、それが修正したのは簡単だった
apt update
apt install python3-aptdaemon
その後、apt upgrade
ですべてがうまくいくように見えました。