I am new to linux and I am setting up a Linux-64 bit for programming in C++ and I want to install the gcc.x86_64 and gcc-C++.x86_64. I use command yum install the two packages. However, half way through the installation, I got no mirror found for the packages. What should I do to install it?

It shows

Error Downloading Packages:
 glibc-common-2.12.1-4.x86_64: failure: glibc-common-2.12.1-4.x86_64.rpm 
 from updates:[Errno 256] No more mirrors to try.
 cpp-4.4.4-10.fc13.x86_64: failure: cpp-4.4.4-10.fc13.x86_64.rpm from updates:      [Errno 256] No more mirrors to try.
 gcc-4.4.4-10.fc13.x86_64: failure: gcc-4.4.4-10.fc13.x86_64.rpm from updates:       [Errno 256] No more mirrors to try.

Thanks

link|improve this question
Begin with providing full output. – Ignacio Vazquez-Abrams Oct 29 '10 at 5:19
feedback

migrated from stackoverflow.com Oct 29 '10 at 6:10

This question came from our site for professional and enthusiast programmers.

1 Answer

Try updating your yum database:

# yum update

See also this bug.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown