2013-08-26 45 views
-1

我运行在Ubuntu这一行安装的东西:尝试在Ubuntu的EC2实例

sudo apt-get install pptpd 

和这里的输出我得到:

Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
The following extra packages will be installed: 
    bcrelay 
The following NEW packages will be installed: 
    bcrelay pptpd 
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 
Need to get 96.2 kB of archives. 
After this operation, 446 kB of additional disk space will be used. 
Do you want to continue [Y/n]? y 
Err http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ natty/main bcrelay amd64 1.3.4-3ubuntu1 
    403 Forbidden 
Err http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ natty/main pptpd amd64 1.3.4-3ubuntu1 
    403 Forbidden 
Failed to fetch http://us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/pptpd/bcrelay_1.3.4-3ubuntu1_amd64.deb 403 Forbidden 
Failed to fetch http://us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/pptpd/pptpd_1.3.4-3ubuntu1_amd64.deb 403 Forbidden 
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 

我到底做错了什么?这是一个已知的问题?

+0

“E:无法获取一些档案,也许运行'apt-get的update'。 ..“ – jgb

+1

[如何安装软件或从旧版不受支持的版本升级?](http://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-old-unsupported-release)应该有帮助。 –

回答

0

该存储库未响应您的更新请求。

我相信通过修改/etc/apt/sources.list来添加其他存储库应该可以解决您的问题。看看这个page了解更多详情。

相关问题