http://wimantis.ninja/fixing-ubuntu-17-04-apt-get-update-release-file-not-found/
The solution is pretty simple, just replace
sed -i 's/us.archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
The solution is pretty simple, just replace
us.archive.ubuntu.com
and security.ubuntu.com
in /etc/apt/sources.list
with old-releases.ubuntu.com
and then you'll be able to finish updating.sed -i 's/us.archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
No comments:
Post a Comment