概述
1, CentOS 6 x86_64
wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-6.repo
yum clean all
yum makecache
yum repolist
rm -rf /etc/yum.repos.d/*
wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-6.repo http://mirrors.aliyun.com/repo/Centos-6.repo
2, CentOS 7 x86_64
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm
rpm -ivh epel-release-7-10.noarch.rpm
yum repolist (检查是否安装成功)
yum --enablerepo=epel info nginx (查看)
yum --enablerepo=epel install nginx (用epel 源安装)
转载于:https://blog.51cto.com/hhslinux/1953220
最后
以上就是酷酷母鸡为你收集整理的Centos6/7 升级更换epel 源的全部内容,希望文章能够帮你解决Centos6/7 升级更换epel 源所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复