CentOS-7配置阿里YUM源
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS-7配置阿里YUM源相关的知识,希望对你有一定的参考价值。
配置阿里云YUM源:1,备份 #cd /etc/yum.repo.d/
#mkdir repos
#mv *.repo repos
2,下载 #wget wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3,#yum install -y epel-release.noarch 按装epel扩展源
4,之后运行yum makecache生成缓存
以上是关于CentOS-7配置阿里YUM源的主要内容,如果未能解决你的问题,请参考以下文章