centOS7如何配置阿里云或者腾讯云yum源

众所周知,CentOS很多版本目前已经不再维护了,原本的在线yum源已经无法使用,所以需要我们配置其他的yum源。目前腾讯云或者阿里云的yum源都可以正常使用,所以本文教大家如何配置阿里云/腾讯云在线yum源。

阿里云yum源配置:

bash 复制代码
curl -s -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

curl -s -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

腾讯云yum源配置:

bash 复制代码
curl -s -o /etc/yum.repos.d/epel.repo http://mirrors.cloud.tencent.com/repo/epel-7.repo

curl -s -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.cloud.tencent.com/repo/centos7_base.repo

本文为centos7配置方式,其他centos版本均类似。

相关推荐
怀旧6664 分钟前
如何运行第一个Tomcat HttpServlet 程序
java·服务器·后端·tomcat·个人开发
捕鲸叉18 分钟前
怎样在Linux PC上调试另一台PC的内核驱动程序,以及另一台Arm/Linux上的程序和驱动程序
linux·arm开发·软件调试·诊断调试
孤寂大仙v18 分钟前
【Linux】进程状态
linux·运维·服务器
原谅我很悲20 分钟前
在VMwareFusion中使用Ubuntu
linux·运维·ubuntu
智汇云校乐乐老师27 分钟前
我在讯方智汇云校备考云计算HCIE的经验分享
经验分享·云计算·云计算hcie
Xinyi77771 小时前
kubernetes v1.29.XX版本HPA、KPA、VPA并压力测试
容器·kubernetes·云计算
Zfox_1 小时前
【Linux】应用层自定义协议与序列化
linux·服务器·c语言·c++
杰克崔2 小时前
通过内核模块按fd强制tcp的quickack方法
linux·运维·服务器·网络·tcp/ip
m0_748239632 小时前
SQL2000在win10上安装的方法
运维·服务器
程序设计实验室2 小时前
SSH 跳板机原理与配置:实现无缝跳板连接,一步直达目标主机
linux