Как «удалить программное обеспечение из Launchpad PPA» для выполнения-выпуска-обновления?

Я пытаюсь обновить 16 LTS с помощью команды

sudo do-release-upgrade

, но это не удается

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'.

Что она хочет и как ее удовлетворить? Я попытался удалить все пакеты с launchpad.net , но это не помогло.

2
задан 9 August 2020 в 17:50

1 ответ

Ссылаясь на ваш комментарий о ppa: dhor / myway

Для удаления PPA можно использовать следующую командную строку (параметр -r вызывает удаление ),

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

Ваш комментарий о ... / webupd8team / java / ubuntu xenial main

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

соответствует (можно удалить с помощью)

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

Обратите внимание, что этот PPA больше не поддерживается .

1
ответ дан 11 August 2020 в 20:08

Другие вопросы по тегам:

Похожие вопросы: