3

This is what I get when I try to upgrade mate from 19.10 to 20.04:

mae@HP-Compaq-6715b-Ubuntu-MATE:~$ sudo bash
[sudo] password for mae: 
root@HP-Compaq-6715b-Ubuntu-MATE:/home/mae# do-release-upgrade 

Checking for a new Ubuntu release

No new release found.

root@HP-Compaq-6715b-Ubuntu-MATE:/home/mae# 
Saxtheowl
  • 1,739
  • 2
  • 10
  • 20

2 Answers2

2

If you don't want to wait until it's unlocked for upgrading, run do-release-upgrade -dc. If you get 20.04 run do-release-upgrade -d to install.

nift4
  • 86
1

You're not alone. do-release-upgrade doesn't work for me either from 19.10. No sign of 20.04 for me. I am uncertain how soon the update repositories are available. I assumed from the day of release. Some have suggested adding the development builds with the -d option but I want the normal update option.

This article suggests upgrades this way will happen a few days after the official release so we just need to be patient I guess.

https://linuxconfig.org/how-to-upgrade-ubuntu-to-20-04-lts-focal-fossa

markrich
  • 1,400
  • 3
  • 16
  • 27
  • This answer) provides the main reason and the other answer here provides the workaround (-d). – 0xC0000022L Apr 29 '20 at 09:40
  • This has become available today (7/5/20) properly, without using the dodgy development option via regular software updates, however, the documentation still says it is and should not be installed. Previous releases never made this an issue. Someone needs to fix this messy confusion on published vs development. If it's out it's not development. – markrich May 07 '20 at 17:06