linux安装yum源

进入yum源目录cd /etc/yum.repos.d

创建备份文件mkdir bak

移动老版本yum源到备份文件夹mv *.repo bak

配置新的yum源,我这里使用的是阿里的yum源

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo

yum clean all

yum makecache

你可能感兴趣的:(linux安装yum源)