when entering: sudo apt-get update, I get the following error
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu focal InRelease
...
Ign:9 http://old-releases.ubuntu.com/ubuntu focal InRelease
Ign:10 http://old-releases.ubuntu.com/ubuntu focal-updates InRelease
Ign:11 http://old-releases.ubuntu.com/ubuntu focal-backports InRelease
Err:12 http://old-releases.ubuntu.com/ubuntu focal Release
404 Not Found [IP: 2001:67c:1562::25 80]
Hit:13 http://packages.ros.org/ros/ubuntu focal InRelease
Err:14 http://old-releases.ubuntu.com/ubuntu focal-updates Release
404 Not Found [IP: 2001:67c:1562::25 80]
Err:15 http://old-releases.ubuntu.com/ubuntu focal-backports Release
404 Not Found [IP: 2001:67c:1562::25 80]
Reading package lists... Done
E: The repository 'http://old-releases.ubuntu.com/ubuntu focal 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://old-releases.ubuntu.com/ubuntu focal-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://old-releases.ubuntu.com/ubuntu focal-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.
I have checked out other forums on this website but none of them provided me with solutions that resolve this issue.
Any help would be appreciated,
Zador
after applying sudo apt-get update, I get fewer Hit:# outputs and fewer Get:# outputs and in the end the output is as follows:
Fetched 3’721 B in 1s (4’260 B/s) Reading package lists... Done
Does this look right to you? Can you perhaps briefly tell me what happened?
– Zador Pataki Sep 23 '21 at 14:36http://old-releases.ubuntu.com/ubuntu
where instead ofold-releases
it should sayarchive
... Someone on your box withsudo
access changed the 'archive' to 'old-releases' which is required after a release has gone EOL (end-of-life). If you change it back toarchive
it's done. – guiverc Sep 23 '21 at 14:47old-releases
. Moreover I checked underSoftware & updates
and thenOther software
and again I do not seeold-releases
anywhere. It sounds like my issue has been solved? – Zador Pataki Sep 23 '21 at 14:59vi
(1970s written editor) at terminal, but it can be accomplished in many many ways (inc. GUI tools) – guiverc Sep 23 '21 at 22:36