centos5/6/7/8 (解决没有yum源支持的问题)

Posted 运维之俊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos5/6/7/8 (解决没有yum源支持的问题)相关的知识,希望对你有一定的参考价值。

使用腾讯云镜像站支持yum源
官方文档:
https://mirrors.cloud.tencent.com/help/epel.html
https://mirrors.cloud.tencent.com/help/centos.html

mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup
# 获取对应版本的epel配置文件到/etc/yum.repos.d/目录
# epel(RHEL5系列)
# wget -O /etc/yum.repos.d/epel.repo http://mirrors.cloud.tencent.com/repo/epel-5.repo
# epel(RHEL6系列)
wget -O /etc/yum.repos.d/epel.repo http://mirrors.cloud.tencent.com/repo/epel-6.repo
# epel(RHEL7系列)
# wget -O /etc/yum.repos.d/epel.repo http://mirrors.cloud.tencent.com/repo/epel-7.repo
# 更新缓存
yum clean all && yum makecache
# 备份系统旧配置文件
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
# 获取对应版本的CentOS-Base.repo 到/etc/yum.repos.d/目录
# 各版本源配置列表
# CentOS5
# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.cloud.tencent.com/repo/centos5_base.repo
# CentOS6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.cloud.tencent.com/repo/centos6_base.repo
# CentOS7
# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.cloud.tencent.com/repo/centos7_base.repo
# CentOS8
# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.cloud.tencent.com/repo/centos8_base.repo
# 更新缓存
yum clean all && yum makecache
# 常用镜像站
https://mirrors.cloud.tencent.com
https://developer.aliyun.com
https://mirrors.huaweicloud.com
http://archive.kernel.org/centos-vault
http://linuxsoft.cern.ch/centos-vault
http://mirror.nsc.liu.se/centos-store
https://vault.centos.org

以上是关于centos5/6/7/8 (解决没有yum源支持的问题)的主要内容,如果未能解决你的问题,请参考以下文章

CentOS官方停止维护后yum源失效解决办法

yum 更换安装源 (解决下载慢的问题)

RHEL6解决无法使用YUM源问题

Redhat5-yum源无法使用的解决

RHEL6解决无法使用YUM源问题(转)

上古版本CentOS 6 yum换源教程 解决404 Not Found #yyds干货盘点#