Amazon ec2 ubuntu installing gcc -
Amazon ec2 ubuntu installing gcc -
i'm trying install gcc on ec2 instance ubuntu
sudo apt-get install gcc
gives me:
do want continue? [y/n] err http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-36.63 404 not found [ip: 91.189.88.149 80] err http://security.ubuntu.com/ubuntu/ trusty-security/main linux-libc-dev amd64 3.13.0-36.63 404 not found [ip: 91.189.92.201 80] e: failed fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_3.13.0-36.63_amd64.deb 404 not found [ip: 91.189.92.201 80] e: unable fetch archives, maybe run apt-get update or seek --fix-missing?
what missing?
sudo apt-get update
fixed problem.
ubuntu gcc amazon-ec2
Comments
Post a Comment