I'd like to do a release upgrade to 23.04 on my desktop (from 22.10), but
Think this is phased updates blocking do-release-upgrade, I try
and indeed
does not have "Phased Updates:". All the held packages above (that I checked) are tripping on libexiv2-27 (>= 0.27.5).
Aptitude's resolver wanted to remove dolphin, which I assume would be bad. There's only kinetic repos in /etc/apt/sources.list, and nothing in /etc/apt/sources.list.d.
Any ideas?
Code:
$ sudo do-release-upgrade Checking for a new Ubuntu release Please install all available updates for your release before upgrading. $ sudo apt full-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages have been kept back: gwenview kdegraphics-thumbnailers kio-extras kio-extras-data libkf5filemetadata-bin libkf5kexiv2-15.0.0 okular 0 to upgrade, 0 to newly install, 0 to remove and 7 not to upgrade.
Code:
$ sudo apt install gwenview Reading package lists... Done Building dependency tree... Done Reading state information... 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. gwenview : Depends: libexiv2-27 (>= 0.27.5) but 0.27.3-3ubuntu3 is to be installed E: Unable to correct problems, you have held broken packages.
Code:
$ apt-cache policy gwenview gwenview: Installed: 4:21.12.3-0ubuntu1 Candidate: 4:22.08.2-0ubuntu1 Version table: 4:22.08.2-0ubuntu1 500 500 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 Packages *** 4:21.12.3-0ubuntu1 100 100 /var/lib/dpkg/status
Aptitude's resolver wanted to remove dolphin, which I assume would be bad. There's only kinetic repos in /etc/apt/sources.list, and nothing in /etc/apt/sources.list.d.
Any ideas?
Comment