Does the new way of upgrading in Jammy have to be this? sudo aptitude safe-upgrade
I've noticed after several weeks of old method sudo apt upgrade
I get left with dozens of packages kept back
and have to do each one individually. I do not want to add aptitude or force the packages to update. I simply want apt-get update
and apt-get upgrade
to work as it has always worked.
Asked
Active
Viewed 81 times
-1

EODCraft Staff
- 823
1 Answers
1
With Phased updates, the best option is to continue using apt-get upgrade
and allow the packages that are kept back
to eventually be phased in. No new method needs to be used, just patience.

EODCraft Staff
- 823
apt-cache policy <packagename>
you can see how long before it's phased in. – Artur Meinild Sep 22 '22 at 10:47