linux下使用yum安装gcc详解

使用如下两个命令就可把gcc,gcc-c++统统安装上

yum -y install gcc
yum -y install gcc-c++


你可能感兴趣的:(gcc,yum)