centos配置yum源
yum源
备份原yum源
默认yum源在目录/etc/yum.repos.d
下,文件名CentOS-Base.repo
。
想要更换yum源,先备份mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
下载需要的yum源(阿里)
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
可通过cat /etc/redhat-release
命令查看系统版本
执行yum clean all
和yum makecache
来清除旧缓存并将新yum源缓存到本地