国外地址yum源下载慢,下到一半就断了,就这个原因就修改它为国内yum源地址
国内也就是阿里
与网易
以centos7为例 ,以修改为阿里的yum源
1.备份本地yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak
2.获取yum源配置文件阿里
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
网易
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo
清华
https://mirrors.tuna.tsinghua.edu.cn/help/centos/
在/etc/yum.repos.d 目录或在改目录下新建一个文件 命名为 CentOS-Base.repo ,将复制的内容粘贴进去
3.更新cache
yum makecache
4.查看
yum -y update
5.最后你就可以链接国内镜像了
[root@localhost ~]# yum -y update
已加载插件:fastestmirror, refresh-packagekit, security
设置更新进程Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com