CentOS7快速更改yum源
Posted myway_liang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7快速更改yum源相关的知识,希望对你有一定的参考价值。
yum install wget -y
rm -rf /etc/yum.repos.d/*
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo yum clean all yum makecache
以上是关于CentOS7快速更改yum源的主要内容,如果未能解决你的问题,请参考以下文章