There appears to be multiple issues with my attempt to upgrade. I tried following instructions from https://help.ubuntu.com/community/EOLUpgrades because my 19.10 is no longer supported. I should mention my computer skills are extremely limited. I don't know a lot about terminal other than copy/paste, so if instructions aren't clear or assume I know to add symbols or something I am not going to figure it out. When I run sudo apt-get update this is what I receive:
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco-updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco-backports Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://security.ubuntu.com/ubuntu disco-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://dl.google.com/linux/earth/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository 'http://dl.google.com/linux/earth/deb stable Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I am sure everything I need to know is written right in there, but for the life of me I cannot figure out what to do. I tried looking things up and ran into many issues and instead of listing all that here it might be best if I start from the beginning. If someone could PLEASE help me figure this out so I can update...
Re-ran the update command after following a suggested article. This is what I receive now:
Get:1 http://security.ubuntu.com/ubuntu eoan-security InRelease [97.5 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu eoan InRelease
Hit:3 http://archive.canonical.com/ubuntu disco InRelease
Ign:4 http://us.archive.ubuntu.com/ubuntu disco InRelease
Ign:5 http://dl.google.com/linux/earth/deb stable InRelease
Get:6 http://us.archive.ubuntu.com/ubuntu eoan-updates InRelease [97.5 kB]
Ign:7 http://security.ubuntu.com/ubuntu disco-security InRelease
Err:8 http://security.ubuntu.com/ubuntu disco-security Release
404 Not Found [IP: 2001:67c:1562::15 80]
Hit:9 http://dl.google.com/linux/earth/deb stable Release
Ign:10 http://us.archive.ubuntu.com/ubuntu disco-updates InRelease
Get:11 http://us.archive.ubuntu.com/ubuntu eoan-backports InRelease [88.8 kB]
Ign:12 http://us.archive.ubuntu.com/ubuntu disco-backports InRelease
Err:13 http://us.archive.ubuntu.com/ubuntu disco Release
404 Not Found [IP: 91.189.91.38 80]
Err:14 http://us.archive.ubuntu.com/ubuntu disco-updates Release
404 Not Found [IP: 91.189.91.38 80]
Err:15 http://us.archive.ubuntu.com/ubuntu disco-backports Release
404 Not Found [IP: 91.189.91.38 80]
Hit:17 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Hit:18 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu eoan InRelease
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu disco-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco-updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco-backports Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://dl.google.com/linux/earth/deb stable InRelease' doesn't support architecture 'i386'
To install software and updates from newly added or changed sources, you have to reload the information about available software.
You need a working internet connection to continue.
– Link to the Past Jun 12 '20 at 14:47To install software and updates from newly added or changed sources, you have to reload the information about available software.
You need a working internet connection to continue.
– Link to the Past Jun 12 '20 at 14:48lsb_release -a
. – Kulfy Jun 12 '20 at 14:52Updated with inline content
line; I consider it unnecessary. – Ollie Jun 12 '20 at 15:00~$ apt-get update -y && apt-get upgrade -y Reading package lists... Done E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock directory /var/lib/apt/lists/ W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied) W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
– Link to the Past Jun 12 '20 at 15:01N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://dl.google.com/linux/earth/deb stable InRelease' doesn't support architecture 'i386'
and if I try to do an update by looking the updates section I see this at the top unable to download updates: failed to refresh cache: E: The repository 'http://us.archive.ubuntu.com/ubuntu disco release' does not have a release file – Link to the Past Jun 12 '20 at 16:12