Centos7可用的repo文件下载yum源文件

玩技站长
玩技站长
玩技站长
管理员, Keymaster
10834
文章
669
评论
运维笔记评论546字数 149阅读0分29秒阅读模式

1 验证网络是否可以连接阿里云镜像

# 验证网络是否可以连接阿里云镜像
ping mirrors.aliyun.com

2 手动配置

2.1 删除原yum源

# 删除原yum源
rm -rf /etc/yum.repos.d/*

2.2 下载阿里云Centos-7.repo文件

# wget命令下载: wget [options] 
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo # curl命令下载: curl [options]
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

2.3 清除及生成缓存

# 清除yum缓存
yum clean all
# 缓存阿里云镜像
yum makecache

3 脚本配置

# 创建shell脚本文件
vi /opt/aliyun_yum.sh
文章源自玩技e族-https://www.playezu.com/150867.html
 
匿名

发表评论

匿名网友
确定

拖动滑块以完成验证