centos换源安装升级gcc

使用devtools升级安装的时候,由于此库已经停止更新 了,因此需要切换阿里源

SCL+Devtoolset 安装与使用笔记-腾讯云开发者社区-腾讯云 (tencent.com)https://cloud.tencent.com/developer/article/1889181

1 yum 安装

yum install centos-release-scl centos-release-scl-rh

2 换源CentOS-SCLo-scl-rh

打开 CentOS-SCLo-scl-rh.repo

CentOS-SCLo-rh.repo

Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more

information

centos-sclo-rh

name=CentOS-7 - SCLo rh

#baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/rh/

mirrorlist=http://mirrorlist.centos.org?arch=$basearch\&release=7\&repo=sclo-rh

gpgcheck=1

enabled=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo

centos-sclo-rh-testing

name=CentOS-7 - SCLo rh Testing

baseurl=http://buildlogs.centos.org/centos/7/sclo/$basearch/rh/

gpgcheck=0

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo

centos-sclo-rh-source

name=CentOS-7 - SCLo rh Sources

baseurl=http://vault.centos.org/centos/7/sclo/Source/rh/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo

centos-sclo-rh-debuginfo

name=CentOS-7 - SCLo rh Debuginfo

baseurl=http://debuginfo.centos.org/centos/7/sclo/$basearch/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo

2 换源CentOS-SCLo-scl

SCL+Devtoolset 安装与使用笔记-腾讯云开发者社区-腾讯云 (tencent.com)https://cloud.tencent.com/developer/article/1889181

CentOS-SCLo-sclo.repo # # Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more # information [centos-sclo-sclo] name=CentOS-6 - SCLo sclo #baseurl=http://vault.centos.org/centos/6/sclo/$basearch/sclo/ baseurl=https://mirrors.aliyun.com/centos-vault/6.9/sclo/x86_64/sclo/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo [centos-sclo-sclo-testing] name=CentOS-6 - SCLo sclo Testing baseurl=http://buildlogs.centos.org/centos/6/sclo/$basearch/sclo/ gpgcheck=0 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo [centos-sclo-sclo-source] name=CentOS-6 - SCLo sclo Sources baseurl=http://vault.centos.org/centos/6/sclo/Source/sclo/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo [centos-sclo-sclo-debuginfo] name=CentOS-6 - SCLo sclo Debuginfo baseurl=http://debuginfo.centos.org/centos/6/sclo/$basearch/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo

需要将所有的6全局替换为6

3 使能bash

source /opt/rh/devtoolset-11/enable

相关推荐
q***656911 小时前
使用Canal将MySQL数据同步到ES(Linux)
linux·mysql·elasticsearch
热爱学习的小怪兽11 小时前
Docker容器的一些总结
运维·docker·容器
2301_8075832311 小时前
了解python,并编写第一个程序,常见的bug
linux·python
要站在顶端11 小时前
基于 curl 实现 Jenkins 上传制品到 JFrog Artifactory
运维·ci/cd·jenkins
杨德杰12 小时前
Ubuntu设置VNC远程桌面
linux·运维·ubuntu
toooooop812 小时前
CentOS 7 系统上安装 **Nginx + MySQL 5.7 + PHP 7.3 + Redis** 的完整步骤
redis·mysql·nginx·centos·php7
写代码的学渣12 小时前
Ubuntu/麒麟默认锁定root账户
linux·运维·ubuntu
wdfk_prog13 小时前
[Linux]学习笔记系列 -- [block]bfq-iosched
linux·笔记·学习
刚哥的进化路14 小时前
Linux系统日志管理完全教程:从基础查看 to 集中分析(附实战命令)
运维·自动化运维
互联网小顽童14 小时前
Linux系统进阶管理教程:从基础操作到企业级运维(附实战命令)
运维·自动化运维