22.04 LTS is in use with 6.5 oem kernel and KDE from kubuntu repo. Is there a way to migrate to 23.10?
3 Answers
Running do-release-upgrade -c
will show which next release is directly accessible for upgrade.
At the date of the question (Oct. 2023) sudo do-release-upgrade
would have only upgraded 22.04 to 23.04 (as per comment by @FLAK-ZOSO), that is: to the next supported version. But 23.04 reached end of standard support in January 2024, therefore now (February 2024) 23.10 is the next supported one, so upgrade 22.04>23.10 is possible.
I can confirm myself this works now, as indicated in comment by @guiverc.

- 3,444
- 2
- 34
- 85
You can fresh install Ubuntu 23.10 by downloading the ISO and flashing it to a USB drive.
Otherwise, wait for 24.04 LTS to be released (April 2024). You will be able to upgrade to that directly.

- 28,338
- 18
- 105
- 212
-
The OP asks for upgrade to 23.10. That is now (February 2024) possible directly from 22.04 because 23.04 has reached end of support. – cipricus Feb 06 '24 at 08:19
-
1@cipricus It was not a valid upgrade path when I answered the question – Archisman Panigrahi Feb 06 '24 at 14:59
-
Ubuntu supports two safe migration paths: from LTS to LTS version (e.g. 20.04 -> 22.04) or to the next higher STS Version. So, in the given case, you would need to follow this update path: 22.04 -> 22.10 -> 23.04 -> 23.10.

- 3,444
- 2
- 34
- 85

- 1,086
-
4The Ubuntu release upgrader tool was modified awhile back to all release-upgrade to the next supported release in the next cycle as per my prior comment. Yes to the next release was the supported path long ago, but when 22.10 became EOL the path your answer assumes is gone, thus the change of allowing 22.04 to 23.04 as will now occur... If a 22.04 user performs
do-release-upgrade
now, they'll move to 23.04 (skipping 22.10); when 23.04 is EOL they'll go straight to 23.10. – guiverc Oct 14 '23 at 12:31 -
1I did 22.04->23.04 and I'm doing 23.04->23.10, I hope I didn't mess up anything doing so. – FLAK-ZOSO Jan 09 '24 at 19:35
-
1@FLAK-ZOSO - Waiting a few days more and 22.04>23.10 would have been possible directly. – cipricus Feb 06 '24 at 08:12
-
or to next higher STS Version
: I think that is incorrect. The alternative to LTS>LTS is not to next higher (like 22.04>22.10), but to the next supported release: 22.10 had already ceased being supported at the date of the OP question (and of your answer: Oct. 2023), but 23.04 still was. It's not anymore at the date of my comment here, when upgrade to 23.10 can be done withdo-release-upgrade
. By the way,do-release-upgrade -d
can already do a direct upgrade to yet unrealeased 24.04. – cipricus Feb 06 '24 at 11:13
sudo do-release-upgrade
. I have just upgraded from 22.04 (kubuntu) to 23.10 directly now (because, as Guiverc said, 23.04 reached end of standard support in January 2024). – cipricus Feb 06 '24 at 08:14do-release-upgrade
do on a system before 23.10? Given that 23.10 is supported until July, it would still be "the next supported" release before that. Sodo-release-upgrade
is not usable for LTS>LTS upgrade? – cipricus Feb 06 '24 at 10:51-d
is also used this file (https://changelogs.ubuntu.com/meta-release-development) is used instead.. How that file is read varies on your release. – guiverc Feb 06 '24 at 10:55-d
allows testing 24.04 already! Nice. (I've read and even tested for a while in neon unstable that even Plasma 6 is rather stable, so testing Kubuntu 24.04, which keeps to 5.27, shouldn't be too risky.) – cipricus Feb 06 '24 at 11:03