上一篇 下一篇 分享链接 返回 返回顶部

CentOS 7的yum更换为国内的阿里云yum源

发布人:小李 发布时间:2021-08-28 19:55 阅读量:5589
更换yum源四个步骤
1、备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
mv /etc/yum/repos.d/CentOS-Base.repo{,.date -I}
2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/
CentOS 5
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

 

3、添加EPEL
CentOS 6
wget -O /etc/yum.repos.d/epel-6.repo http://mirrors.aliyun.com/repo/epel-6.repo
CentOS 7
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
4、清理缓存并生成新的缓存
yum clean all
yum makecache
目录结构
全文
 

 

官方QQ群  980082857


用户服務條款

https://www.hosuyun.cn/newscontent/171.html

网站测试IP 

  https://www.hosuyun.cn/newscontent/223.html

Linux系统换yum源教程地址

https://www.baota.me/post-450.html

Centos系统开放防火墙端口

  https://www.hosuyun.cn/helpcontent/211.html

debian/utubun开放防火墙端口

  https://www.hosuyun.cn/helpcontent/212.html

 


查看详情 关闭
网站通知