首先,为大家提供三个镜像站:
网易镜像站的地址:http://mirrors.163.com/
CentOS镜像站地址:http://mirror.centos.org/
阿里云镜像站地址:https://developer.aliyun.com/mirror/
无论是我们下载的yum包,还是通过yum命令下载的包,一般的话都是这两个镜像站的资源。在后面我们修改yum的配置文件时会切换到这两个镜像地址。希望大家记下这两个地址,想查询一些依赖包时可去这里查询。
下面说下方法:
1.不管下载那个都先备份:
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
阿里:
下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo
CentOS 8
wget -O /etc/yum.repos.d/CentOS-Base.repo
网易:
下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo
CentOS 8
wget -O /etc/yum.repos.d/CentOS-Base.repo
2.清理一下旧包 yum clean all
3.生成缓存即可用新源了 yum makecache
4.下载文件的存放位置 默认是: /var/cache/yum