Linux 安装 Gcc

Linux 安装 Gcc

我是 Linux 新手,正在设置 Linux-64 位以使用 C++ 进行编程,我想安装 gcc.x86_64 和 gcc-C++.x86_64。我使用命令 yum 安装这两个软件包。但是,安装到一半时,我没有找到软件包的镜像。我应该怎么做才能安装它?

表明

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.

谢谢

答案1

尝试更新您的yum数据库:

# yum update

也可以看看这个错误

相关内容