首页 > 网站 > 帮助中心 > 正文

CentOS更换yum源

2024-07-09 22:50:03
字体:
来源:转载
供稿:网友
1、备份

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

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

CentOS 5

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS5-Base-163.repo

CentOS 6

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS6-Base-163.repo

CentOS 7

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo

3、运行以下命令生成缓存

yum clean all

yum makecache

 

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表