I'm running Ubuntu 22.04.4 but I never get to update to a newer distribution.
sudo apt update
says all packages are up to date.
sudo apt upgrade
says 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo do-release-upgrade
says Checking for a new Ubuntu releaseNo new release found.
How is that possible? Shouldn't I be prompted to update to Ubuntu 23 or 24?
If I try sudo do-release-upgrade -d
, as suggested in Unable to upgrade from Ubuntu Server 22.04 to 24.04.1, I get:
Checking for a new Ubuntu releaseUpgrades to the development release are onlyavailable from the latest supported release.
Thanks.