tried
sudo apt update && sudo apt upgrade -y
sudo apt install update-manager-core
sudo do-release-upgrade
Checking for a new Ubuntu release No new release found.
Checking for a new Ubuntu release There is no development version of an LTS available. To upgrade to the latest non-LTS development release set Prompt=normal in /etc/update-manager/release-upgrades.
do-release-upgrade
nor will it be supported on this site until it is released. – Thomas Ward Mar 08 '24 at 19:44man do-release-upgrade
and serach for--devel-release
option, ie. you want to go to the development release which is what it is for. You can also use the-d
as a shorter option, OR follow the documented upgrade procedures which list it too. – guiverc Mar 11 '24 at 07:15--devel-release
or-d
action causes the normal released meta file (https://changelogs.ubuntu.com/meta-release) to not be used; insteading using the development version (https://changelogs.ubuntu.com/meta-release-development) to be used instead where noble can be found... Exactly as its documented – guiverc Mar 11 '24 at 07:20