配置yum源
Posted tsugar
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置yum源相关的知识,希望对你有一定的参考价值。
1.安装wget
yum install -y wget
2.备份/etc/yum.repos.d/CentOS-Base.repo
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.back
3.下载阿里云的CentOS-6.repo文件
wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
4.重新加载yum
yum clean all
yum makecache
以上是关于配置yum源的主要内容,如果未能解决你的问题,请参考以下文章