我是靠谱客的博主 酷酷母鸡,最近开发中收集的这篇文章主要介绍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 源安装)


转载于:https://blog.51cto.com/hhslinux/1953220

最后

以上就是酷酷母鸡为你收集整理的Centos6/7 升级更换epel 源的全部内容,希望文章能够帮你解决Centos6/7 升级更换epel 源所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(47)

评论列表共有 0 条评论

立即
投稿
返回
顶部