I'm currently using the development version 22.04. If the LTS version of 22.04 is released at the end of April, can I switch to this LTS version instead of the development version?
Asked
Active
Viewed 21 times
0
apt full-upgrade
) regularly your system will become a full system when RC is reached.. ie. the development & codename will be replaced by 22.04, and you'll have a fully functional 22.04 system (though disk comparisons may show differences due to dropped files etc that may exist on alpha or beta installs.. these file differences will not impact functionality though; they're just evidence of alpha/beta changes) – guiverc Apr 04 '22 at 02:42sudo apt update && sudo apt full-upgrade
throughout development and then also once it's released you will get 22.04 LTS. – Thomas Ward Apr 04 '22 at 03:32