linux – 如何在CentOS 6中安装或升级g?

前端之家收集整理的这篇文章主要介绍了linux – 如何在CentOS 6中安装或升级g?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我有CentOS 6,用yum install devtoolset-2安装了g 4.4.7

但是,我想安装g 4.8或更高版本.我怎样才能做到这一点?

最佳答案
您可以从这里下载rpm,但请注意该软件包适用于CentOS 7. http://mirror.centos.org/centos/7/os/x86_64/Packages/gcc-4.8.3-9.el7.x86_64.rpm

你有没有在这里查看https://superuser.com/questions/381160/how-to-install-gcc-4-7-x-4-8-x-on-centos

这对我有用:

wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo

yum install devtoolset-2-gcc devtoolset-2-binutils

/opt/rh/devtoolset-2/root/usr/bin/gcc --version
gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15
原文链接:https://www.f2er.com/linux/440389.html

猜你在找的Linux相关文章