centos7更换国内yum源
时间:2022-02-28 15:08
具体步骤: (推荐教程:centos教程) 1、备份 或 2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/ CentOS 5 或者 CentOS 6 或者 CentOS 7 或 (视频教程推荐:linux视频教程) 3、添加EPEL CentOS 6 CentOS 7 4、清理缓存并生成新的缓存 完成! 以上就是centos7更换国内yum源的详细内容,更多请关注gxlcms其它相关文章!mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
mv /etc/yum/repos.d/CentOS-Base.repo{,.date -I}
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel-6.repo http://mirrors.aliyun.com/repo/epel-6.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum makecache