linux - trying to install something on an ubuntu ec2 instance -


i running line in ubuntu:

sudo apt-get install pptpd 

and here's output get:

reading package lists... done building dependency tree reading state information... done following packages installed:   bcrelay following new packages installed:   bcrelay pptpd 0 upgraded, 2 newly installed, 0 remove , 0 not upgraded. need 96.2 kb of archives. after operation, 446 kb of additional disk space used. want 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 fetch http://us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/pptpd/bcrelay_1.3.4-3ubuntu1_amd64.deb  403  forbidden failed 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 fetch archives, maybe run apt-get update or try --fix-missing? 

what doing wrong? known issue?

you running ubuntu 11.04 (natty narwhal), no longer supported. need upgrade latest long term support (lts) version, 12.04, via 11.10, explained here:

http://fridge.ubuntu.com/2012/10/28/ubuntu-11-04-natty-narwhal-end-of-life-reached-on-october-28-2012/


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -