欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

CentOS7 阿里云镜像配置方法

程序员文章站 2022-03-13 12:01:18
...

CentOS 镜像

大家也可以打开阿里云官方镜像站:https://developer.aliyun.com/mirror/查看详细说明。

简介

CentOS,是基于 Red Hat Linux 提供的可*使用源代码的企业级 Linux 发行版本;是一个稳定,可预测,可管理和可复制的免费企业级计算平台。

下载地址: 阿里云开源镜像站资源目录
阿里云开源镜像站资源目录

配置方法

1. 备份

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

CentOS7 阿里云镜像配置方法

2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/

CentOS 7

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

CentOS7 阿里云镜像配置方法

CentOS7 阿里云镜像配置方法3. 运行 yum makecache 生成缓存

CentOS7 阿里云镜像配置方法