Wie „entferne ich Software aus Launchpad PPA“, um ein Release-Upgrade durchzuführen?

Wie „entferne ich Software aus Launchpad PPA“, um ein Release-Upgrade durchzuführen?

Ich versuche, von 16 LTS mit einem Befehl zu aktualisieren

sudo do-release-upgrade

aber es scheitert mit

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

This was likely caused by:
* Unofficial software packages not provided by Ubuntu
Please use the tool 'ppa-purge' from the ppa-purge
package to remove software from a Launchpad PPA and
try the upgrade again.

If none of this applies, then please report this bug using the
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal.If
you want to investigate this yourself the log files in
'/var/log/dist-upgrade' will contain details about the upgrade.
Specifically, look at 'main.log' and 'apt.log'.

Was will sie und wie kann ich sie befriedigen? Ich habe versucht, alle Pakete zu entfernen, launchpad.netaber es hat nicht geholfen.

Antwort1

In Bezug auf Ihren Kommentar zuppa:dhor/myway

Mit der folgenden Befehlszeile kann das PPA entfernt werden (die Option -rbewirkt die Entfernung),

sudo add-apt-repository -r ppa:dhor/myway
sudo apt-get update

Ihr Kommentar zu.../webupd8team/java/ubuntu xenial main

deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main

entspricht (kann entfernt werden mit)

sudo add-apt-repository -r ppa:webupd8team/java
sudo apt-get update

Bitte beachte dasDieses PPA wird eingestellt.

verwandte Informationen