我想在我的Red Hat Enterprise Linux Workstation 6.7 版(圣地亚哥)上安装 gcc 4.8+,最好是 4.9
我订阅了 rhn-classic。
我尝试安装https://access.redhat.com/documentation/en-US/Red_Hat_Developer_Toolset/3/html/User_Guide/sect-Red_Hat_Developer_Toolset-Subscribe.html 中给出的 devtoolset
我列出了可用的频道,而不是
rhel-x86_64-workstation-6-rhscl-1
Run Code Online (Sandbox Code Playgroud)
我懂了
rhel-x86_64-workstation-6-rhscl-1-beta
Run Code Online (Sandbox Code Playgroud)
所以我添加它使用
rhn-channel --add --channel=rhel-x86_64-workstation-6-rhscl-1-beta
Run Code Online (Sandbox Code Playgroud)
然后当我跑
yum install devtoolset-3
Run Code Online (Sandbox Code Playgroud)
它说没有可用的软件包 devtoolset-3。
任何帮助,将不胜感激。