修改Centos7的yum源
Posted leelice
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改Centos7的yum源相关的知识,希望对你有一定的参考价值。
以下为修改Centos7的yum源:
1. 备份原镜像文件,便于后期恢复
[root@keepmydream ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2.下载新的CentOS-Base.repo 到/etc/yum.repos.d/
Centos6 阿里云yum源地址:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
Centos7 阿里云yum地址:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
Centos6 163yum源地址:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS6-Base-163.repo
Centos7 163yum源地址:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo
3. 清除缓存
yum clean all
4. 生成缓存
yum makecache
yum makecache
以上是关于修改Centos7的yum源的主要内容,如果未能解决你的问题,请参考以下文章
Linux(CentOS7.1)修改默认yum源为国内的阿里云yum源