is upgrade ubunto 19.10 to 20.04 now not available on ubuntu 19.10?
I'm keep getting error when I'm doing
sudo apt-get update -y
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
is it cause ubuntu 19.10 does not supported no more? How should I upgrade 19.10 to 20.04
sudo apt-get update
only updates the list of available software. It doesn't actually update any packages, much less upgrade to the next release. You shouldn't wait until after a release goes EOL to upgrade. If you don't want to have to upgrade your release every 6 months, I suggest staying with an LTS release. – Nmath Sep 28 '20 at 04:51