My distro:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan
My kernel:
uname -a
Linux n552vw 5.3.0-46-generic #38-Ubuntu SMP Fri Mar 27 17:37:05 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Updates:
Ubuntu 20.04 has been officially released 4 days ago.
Trying to update
sudo do-release-upgrade -c
Checking for a new Ubuntu release
No new release found.
Questions
- Are there any reasons why the system still does not prompt to update?
Notes
- I DO NOT want the development version (the
-d
flag) - I want FINAL VERSION. - Why the official page states to use the
-d
flag (update-manager -c -d
)?
-d
, you will get the final version of 20.04. For me it worked well, but the upgrade path is still considered unstable. – pLumo Apr 27 '20 at 06:18