CentOS更换yum源 最后更新时间:2019年02月17日 CentOS更换yum源1. 备份mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak2. 下载源文件 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo3. 生成缓存yum clean all yum makecache
Comments | NOTHING