linux安装gcc时报错,求解决方法
```c [root@itcast01 etc]# yum install gcc-c++ Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Install Process No package gcc-c++ available. Error: Nothing to do
收起
yum install gcc-c++-devel
报告相同问题?