I'm running 18.04. When I try to upgrade to LTS version 20.04 using Software Updater I get message that 19.10 is available. I've set the upgrade line to "any new version". I've also tried using the command line in the terminal with same results. This has persisted since April 23rd - date 20.04 was released. My system is up to date
Asked
Active
Viewed 4,129 times
2 Answers
1
I had the same question. Then, In https://fossbytes.com/upgrade-ubuntu-18-04-or-19-10-to-ubuntu-20-04/ I read this:
Also, even after the stable release, you may not get the upgrade option to Ubuntu 20.04. It may take a week or more than that.
I guess we shoud simply wait a few days.
Bernt Ribbum
- 857
0
If you really want to upgrade right now then you can try the following:
sudo do-release-upgrade -d from the command line or,
Press Alt + F2 and type update-manager-d to launch the GUI installer.
The -d option indicates an update to the development release and allows you to upgrade before the first point release. This option may not work during the first several days around the final release.
sc608
- 491