Answer by iBug for Update/Upgrade not working (because of phased updates)
If you want to permanently opt-in to all phased upgrades in the future, you can create a conf file so that you don't have to add a long command-option each time you issue apt...
View ArticleAnswer by Dcodewin for Update/Upgrade not working (because of phased updates)
I had a similar problem and I solved it installing the aptitude package and running the following command.$ sudo aptitude update$ sudo aptitude upgradeSeeing some of the answers I don't know now if did...
View ArticleAnswer by user535733 for Update/Upgrade not working (because of phased updates)
All four of the kept-back packages (base-files, python3-distupgrade, ubuntu-release-upgrader-core, ubuntu-release-upgrader-gtk) were in Phased Updates at the time you asked the question.Phased Updates...
View ArticleUpdate/Upgrade not working (because of phased updates)
I've tried to sudo update and upgrade as usual but it displaysThe following packages have been kept back: base-files python3-distupgrade python3-gi python3-gi-cairo ubuntu-release-upgrader-core...
View Article