首页 > 代码库 > Centos6/7 升级更换epel 源
Centos6/7 升级更换epel 源
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 源安装)
本文出自 “hhslinux” 博客,谢绝转载!
Centos6/7 升级更换epel 源
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。