I am trying to install sendmail, however whenever I run sudo apt-get install sendmail
, I end up with the following error messages:
Err:1 http://mt.archive.ubuntu.com/ubuntu zesty-updates/main amd64 procmail amd64 3.22-25ubuntu0.17.04.1
404 Not Found
Err:1 http://security.ubuntu.com/ubuntu zesty-security/main amd64 procmail amd64 3.22-25ubuntu0.17.04.1
404 Not Found
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/procmail/procmail_3.22-25ubuntu0.17.04.1_amd64.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Running sudo apt-get update, or trying again with --fix-missing has no effect, the following still shows up as Not Found. Checking on this issue, I found out that the problem could be that Zesty's End Of Life was back in January.
The problem here however, is that attempting to install the update from the settings, or with dist-upgrade fails. Dist-upgrade specifically returns a significant amount of 404 errors. As for updating from settings, this is the error returned:
Detailed errors from the package manager follow:
apt transaction returned result exit-failed
How do I fix this problem?