The Repository Http Archive Ubuntu Com Ubuntu Groovy

[Solved] The Repository Http Archive Ubuntu Com Ubuntu Groovy | Shell - Code Explorer | yomemimo.com
Question : The repository 'http://archive.ubuntu.com/ubuntu groovy Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Answered by : iheb-nachet

# backup your sources file
cp /etc/apt/sources.list /etc/apt/sources.list.bak
# replace the links with the archive address
sudo sed -i -re 's/([a-z]{2}.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
# run update again
sudo apt-get update && sudo apt-get dist-upgrade

Source : https://veducate.co.uk/ubuntu-apt-update-fails/ | Last Update : Mon, 02 May 22

Answers related to the repository http archive ubuntu com ubuntu groovy release does not have a release file n updating from such a repository cant be done securely and is therefore disabled by default

Code Explorer Popular Question For Shell