CentOS7换源
Posted 光着俩小脚丫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7换源相关的知识,希望对你有一定的参考价值。
对系统文件进行配置前一定要先备份!!!
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
切换到源目录所在目录【/etc/yum.repos.d】:
cd /etc/yum.repos.d/
下载所需的CentOS 7国内源(这里我使用163的源,别问我为什么,上车就对了),命令:
wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
运行以下命令生成缓存:
yum clean all
yum makecache
以上是关于CentOS7换源的主要内容,如果未能解决你的问题,请参考以下文章