[Bug 2078588] Re: Could not calculate the upgrade 22.04 to 24

2024-09-02 Thread Julian Andres Klode
The upgrade issue seems to stem from the fact that you had installed a backported PPA version of pipewire. You may get lucky trying to resolve the issue by using: apt install '?installed?source-package(^pipewire$)=0.3.48-1ubuntu3' apt install '?installed?source-package(^pipewire$)/jammy-updates'

[Bug 2078588] Re: Could not calculate the upgrade 22.04 to 24

2024-08-31 Thread Thibauld
I was able to solve this by finding all packages installed via PPA and removing them. This command helped tremendously: https://askubuntu.com/questions/447129/how-to-list-all-the-packages-which-are-installed-from-ppas After removing those, the upgrade went through -- You received this bug noti