apt-get on aws不会安装zip

我正在AWS上运行Ubuntu 12.10(GNU / Linux 3.5.0-21-generic i686)。

当我尝试安装unzip ,出现以下错误:

 sudo apt-get install unzip Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: gir1.2-gudev-1.0 libgudev-1.0-0 netcat-traditional python-gi Use 'apt-get autoremove' to remove them. Suggested packages: zip The following NEW packages will be installed: unzip 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 184 kB of archives. After this operation, 387 kB of additional disk space will be used. Err http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ quantal-updates/main unzip i386 6.0-7ubuntu1.1 403 Forbidden Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/u/unzip/unzip_6.0-7ubuntu1.1_i386.deb 403 Forbidden E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 

我已经尝试过update和 – --fix-missing和其他一切提到,仍然不能得到它的工作。 一些其他的包似乎install好。 但是,似乎在上个月我没有得到更新时, apt-get update然后apt-get upgrade 。 也许这是正常的。 看来我以前得到了更多。

运行apt-get update似乎拉下信息并build立连接。

是我运行Ubuntu 12.10而不是最新的? 这似乎很奇怪。

我没有更改任何apt-getconfiguration文件。

我遵循了EC2上的Ubuntu Trusty的build议- apt-upgrade与403禁止 ,并没有帮助。

谢谢!

您正在运行的Ubuntu版本已超过其使用期限 。 在版本命中EOL后不久,您将无法再从存储库安装软件。

处理这个问题的首选方法是升级到最新的长期支持(LTS)版本。 如果你确实需要从EOL发行的旧包,你可以在old-releases.ubuntu.com上find它们 。