I've got a fresh Ubuntu 17.04 server, I've configured networking and can resolve all addresses as I'd expect, however when I run sudo apt update I get to ~19% at which point I get a load of messages indicating failures, such as...
err http://security.ubuntu.com/ubuntu zesty-security release 404 not found [91.189.88.162 80]
and then
Repository http://security.ubuntu.com/ubuntu zesty-security does not have a release file
this is repeated several times.
All the listed URIs are reachable/resolve from terminal.
sudo apt-get upgrade
Fails with
reading package list... done
building dependency tree
reading state information... done
calculating upgrade... done
0 upgraded, 0 newely installed, 0 to remove and 0 upgraded
The problem is that without updates I can't get any other packages to install and I'm not familiar enough with linux to deal with it. Anyone got any thoughts on why updates aren't taking?
I know I'm supposed to be on 17.10 by now but I was hoping that'd be able to be sorted with an upgrade!
archives.ubuntu.com
(where it looks for updates) toold-releases.ubuntu.com
- so its looking for updates when they've gone. Given its a clean install - just use 17.10, or an LTS (long term support) version if you don't want to upgrade often. (the following link [next comment] provides info if you want to upgrade from 17.04) – guiverc Feb 01 '18 at 23:18http://security.ubuntu.com/ubuntu
); you'll find artful, xenial & other supported releases - but you'll note the 'zesty' folders are gone – guiverc Feb 01 '18 at 23:25Note that even though this is about an EOL release it's specifically about how to upgrade it, so perhaps this is still a valid question
– thomasrutter Feb 02 '18 at 00:24