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

相关推荐
liulilittle5 分钟前
TCP BBR调优及监控
linux·网络·网络协议·tcp/ip·win
金玉满堂@bj19 分钟前
Inspect.exe:Windows 桌面自动化的定位利器与 Pywinauto 实战
运维·windows·自动化
handler0122 分钟前
TCP(传输控制协议)核心机制与底层原理
linux·网络·c++·笔记·网络协议·tcp/ip·操作系统
运维全栈笔记30 分钟前
Harbor生产级部署实战:PostgreSQL+Redis+MinIO全解耦架构详解
linux·运维·服务器·笔记·架构·kubernetes·k8s
W230357657331 分钟前
Linux C++ 基于 timerfd + epoll 实现高性能定时器队列(完整源码 + 超详细解析)
linux·开发语言·c++·线程池
wanhengidc34 分钟前
云手机中虚拟技术的功能
运维·服务器·网络·安全·web安全·智能手机
皓月盈江36 分钟前
Linux Ubuntu系统使用Docker搭建vulhub靶场环境
linux·ubuntu·docker·tomcat·vulhub·漏洞靶场
念恒1230642 分钟前
Docker基础--namespace空间隔离实战(包含部分指令)
linux·运维·服务器
j7~44 分钟前
【Linux】基础IO超万字解析(文件描述符)(2)
linux·运维·服务器·c++·file·重定向·文件描述
WangLanguager1 小时前
Linux命令adduser详细介绍
linux·运维·服务器