I've got a machine with Xubuntu 20.04.2, which I didn't use for a while and now it is about a year past its end-of-life. It is heavily configured, so I'd like to update/upgrade it to a recent Xubuntu. Is there a way to do this?
Asked
Active
Viewed 714 times
1 Answers
10
Ubuntu 20.04 LTS is still supported; so your system will still upgrade normally (you just won't get fixes to the Xubuntu/Xfce or universe packages guaranteed; but its still possible for a community member (MOTU) to SRU (stable release update) them until 2025-April).
Your system (once all upgrades are applied of course) will normally release-upgrade to the next LTS or Xubuntu 22.04 LTS; refer https://help.ubuntu.com/community/JammyUpgrades which has mention of Xubuntu too.
If you want to upgrade via re-install, I've written an answer here on this site which I use to re-install unsupported releases of Lubuntu to the next development release for QA-purposes; though even that isn't required yet for (x)Ubuntu 20.04 LTS.

guiverc
- 30,396
apt update
to updates software lists, andapt upgrade
to apply upgrades, OR depending on what additional sources you've added anapt full-upgrade
may be required... but I'd expect those are known. – guiverc Feb 25 '24 at 00:21