1

Possible Duplicate:
Installing packages to unsupported Ubuntu editions?

Basically I am trying to install postfix and getting 404 errors. Hopefully this screenshot will explain more:

Ben
  • 11

3 Answers3

0

That mirror http://us-east-1.ec2.archive.ubuntu.com/ is not accessable from here also. Try other public repository mirrors.

0
  1. Try to update from the repo using:

    apt-get update
    

    It could be that the file on repo was updated and the version you have in your cache isn't exist.

  2. Try another repository.

Yi Jiang
  • 1,206