After downloading the amd64 zesty server iso and burning it to dvd I did a fresh install with nothing but the basic packages. I did not check any of the optional 'boxes' during the install. There are no other operating systems on the drive.
When I try to do
sudo apt update && sudo apt upgrade
the attempt fails with
E: The repository 'http://us.archive.ubuntu.com/ubuntu zesty Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default
The same error message is also given for zesty-security and zesty-updates.
This seems to be strange behavior for such a basic installation.
One would presume that us.archive.ubuntu.com would be secure if any archive is secure.
Is there a way to force the update and upgrade?
Additional information: If I simply do
sudo apt upgrade
I get multiple
Could not resolve 'us.archive.ubuntu.com'
messages.
I tried the suggestion that it might be an IVP6 issue and did a suggested edit to /etc/gai.conf but that had no effect
couldn't resolve
is actually interesting. Can you open this link in a browser, or does it fails too? http://us.archive.ubuntu.com/ubuntu/dists/zesty/ – Hi-Angel Jun 27 '17 at 21:15ping us.archive.ubuntu.com
from the server? – Hi-Angel Jun 27 '17 at 21:36ping 8.8.8.8
? Can you paste into the post output ofip addr
? – Hi-Angel Jun 27 '17 at 21:46