This should be simple, but why can't I upgrade to v21?
a@sj:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.10
Release: 20.10
Codename: groovy
a@sj:~$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu groovy InRelease
Hit:2 http://security.ubuntu.com/ubuntu groovy-security InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu groovy-updates InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu groovy-backports InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
a@sj:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
a@sj:~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I suppose that 21.04 LTS has not been released, but I set "any version" in the Update Manager and it is not giving me the option:
$ sudo do-release-upgrade
Checking for a new Ubuntu release
No new release found.
$ tail -n 1 /etc/update-manager/release-upgrades
Prompt=normal
software updater
tool? The correct last command you should have used issudo do-release-upgrade
. – user68186 May 20 '21 at 22:27-d
option. I will wait to see if everything was correct and publish the steps just in case someone is in the same situation. Great community! – user1156544 May 20 '21 at 22:59-d
which is required because it's not yet deemed safe (ie. you may end up with a box that doesn't boot... ; the-d
means you accept that risk & are willing to use development grade software) – guiverc May 21 '21 at 01:20