I want to upgrade my Kubuntu install to Kubuntu 22.04 LTS as soon as it's released.
As a general approach (not only for the transition to 22.04): is it required to remove all ppas before upgrading? If yes: Can I save a list of all ppas to readd them later? And will all software be still there after the upgrade (flatpaks, snaps, apt apps and apps from ppas)?
And will all software be still there after the upgrade (flatpaks, snaps, apt apps and apps from ppas)?
-- For snaps and flatpaks, yes. For apt - yes unless some software has some dependency issues (which should not happen if you only use official sources, and it probably won't happen if you are using software from PPA). But it is recommended that you disable the PPAs before upgrading (but usually there is no need to uninstall the software installed from the PPA). – Archisman Panigrahi Mar 10 '22 at 07:00do-release-upgrade
will save your repositories in.list.save
files. I guess it will take a couple of days to weeks for mostppa
s to provide packages for 22.04. Some won't ever do that. There is no guarantee that software fromppa
is surviving the upgrade. Best is to ppa-purge allppa
s, then upgrade, then reinstall theppa
s that you need. – pLumo Mar 10 '22 at 07:00ppa-purge
them if 3rd party packages prevent upgrade; having them survive (ie. only disabled) makes this easier (eg. Oibaf graphics drivers prevent release-upgrade as one example; once ppa-purged the release-upgrade can occur, then user can add the 3rd party drivers back if required). – guiverc Mar 10 '22 at 07:27