I have Ubuntu Mate 18.04 on my computer:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
When I run in terminal:
sudo apt-get update
I get:
Ign:1 http://old-releases.ubuntu.com/ubuntu bionic InRelease
Ign:2 http://old-releases.ubuntu.com/ubuntu bionic-updates InRelease
Ign:3 http://old-releases.ubuntu.com/ubuntu bionic-security InRelease
Err:4 http://old-releases.ubuntu.com/ubuntu bionic Release
404 Not Found [IP: 91.189.88.153 80]
Err:5 http://old-releases.ubuntu.com/ubuntu bionic-updates Release
404 Not Found [IP: 91.189.88.153 80]
Err:6 http://old-releases.ubuntu.com/ubuntu bionic-security Release
404 Not Found [IP: 91.189.88.153 80]
Reading package lists... Done
E: The repository 'http://old-releases.ubuntu.com/ubuntu bionic 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 bionic-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 bionic-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.
This is my sources.list
:
deb http://old-releases.ubuntu.com/ubuntu/ bionic main restricted
deb http://old-releases.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://old-releases.ubuntu.com/ubuntu/ bionic universe
deb http://old-releases.ubuntu.com/ubuntu/ bionic-updates universe
deb http://old-releases.ubuntu.com/ubuntu/ bionic multiverse
deb http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://old-releases.ubuntu.com/ubuntu bionic-security main restricted
deb http://old-releases.ubuntu.com/ubuntu bionic-security universe
deb http://old-releases.ubuntu.com/ubuntu bionic-security multiverse
How can I fix this? I am not able to install programs from repository, nor to update to a new version of Ubuntu Mate 20.04.
Any help is appreciated.
Thank you
sources.list
is wrong. Why did you addold-releases
there?bionic
is not an old release. – Pilot6 Aug 14 '20 at 15:18