I am fairly new to Ubuntu
My system has been failing to upgrade to 23.04 since it came out.
Instructions are:
- Install ALL pending software updates
- then upgrade
Unfortunately,
sudo apt full-upgrade
ends with the following message:
The following packages have been kept back:
(Package details deliberately omitted.)
0 to upgrade, 0 to newly install, 0 to remove and 4 not to upgrade.
I can see more details as expected with:
apt list --upgradable
In answer to the question whether to force the update: How to force "packages [that] have been kept back" to be installed [as] "automatic"?
The general gist was don't and wait for a fix. So how can I upgrade with out forcing the issue?
sudo do-release-upgrade
Fails as expected with:
Please install all available updates for your release before upgrading.
How can/should I get these packages to update? or do I need to delete them and their dependencies? That could be quite painful.
Or do I just carry on waiting?