I am very beginner, I want to upgrade Ubuntu 19.04 to 20, I do command below:
$ sudo apt update
$ sudo apt upgrade
$ sudo apt dist-upgrade
$ sudo apt autoremove
$ sudo apt install update-manager-core
source repository is http://old-releases.ubuntu.com/ubuntu and upgrade behavior is normal.
I think the above commands are run without problems. result after any command is:
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
but after run do-release-upgrade , I can not upgrade and display :
Checking for a new Ubuntu release
Your Ubuntu release is not supported anymore.
For upgrade information, please visit:
http://www.ubuntu.com/releaseendoflife
Get:1 Upgrade tool signature [1,554 B]
Get:2 Upgrade tool [1,337 kB]
Fetched 1,338 kB in 0s (0 B/s)
authenticate 'focal.tar.gz' against 'focal.tar.gz.gpg'
extracting 'focal.tar.gz'
Reading cache
Checking package manager
Can not upgrade
An upgrade from 'disco' to 'focal' is not supported with this tool.
=== Command terminated with exit status 1 (Sun Jul 19 03:33:35 2020) ===
What should I do?