Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2608  / 3 Years ago, thu, october 28, 2021, 3:57:23

Running sudo do-release-upgrade stumbles upon an error:


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


Restoring original system state

Aborting
Reading package lists... Done
Building dependency tree
Reading state information... Done

I'm attaching apt.log and main.log
https://gist.github.com/omerbn/6e44593d8cab464be7f959b426d1c31c


What should I do next?


Thanks,


O


More From » ppa

 Answers
2

  1. Install ppa-purge


    sudo apt install ppa-purge


  2. In main.log locate the faulty packages:


    grep disabled /var/log/dist-upgrade/main.log

    Output example:


    2021-03-19 02:44:31,173 DEBUG entry '# deb http://ppa.launchpad.net/kisak/kisak-mesa/ubuntu focal main # disabled on upg...


  3. Remove ppa


    sudo ppa-purge kisak/kisak-mesa



[#1798] Thursday, October 28, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
untroo

Total Points: 3
Total Questions: 110
Total Answers: 95

Location: Palestine
Member since Thu, Oct 28, 2021
3 Years ago
;