Redhat 或者centos 更换第三方epel源

简介:

官方epel源安装命令:

1
# yum -y install epel-release

安装EPEL 阿里云源


1、备份(如有配置其他epel)

1
2
3
mv  /etc/yum .repos.d /epel .repo  /etc/yum .repos.d /epel .repo.backup
 
mv  /etc/yum .repos.d /epel-testing .repo  /etc/yum .repos.d /epel-testing .repo.backup


2、下载新repo /etc/yum.repos.d/


epel(RHEL 7)

 

1
wget -O  /etc/yum .repos.d /epel .repo http: //mirrors .aliyun.com /repo/epel-7 .repo


 

epel(RHEL 6)

 

1
wget -O  /etc/yum .repos.d /epel .repo http: //mirrors .aliyun.com /repo/epel-6 .repo


3、清理并重新建立缓存

1
2
yum clean all
yum makecache


国内yum源的安装(163,阿里云,epel)


阿里云镜像源

1、备份

1
mv  /etc/yum .repos.d /CentOS-Base .repo  /etc/yum .repos.d /CentOS-Base .repo.backup


2、下载新的CentOS-Base.repo /etc/yum.repos.d/


CentOS 6

1
wget -O  /etc/yum .repos.d /CentOS-Base .repo http: //mirrors .aliyun.com /repo/Centos-6 .repo


或者

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


CentOS 7

1
wget -O  /etc/yum .repos.d /CentOS-Base .repo http: //mirrors .aliyun.com /repo/Centos-7 .repo

或者

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


3、之后运行

1
2
  
yum clean all && yum makecache

 生成缓存

163镜像源


第一步:备份你的原镜像文件,以免出错后可以恢复。


mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup


第二步:下载新的CentOS-Base.repo /etc/yum.repos.d/


CentOS 6

1
wget -O  /etc/yum .repos.d /CentOS-Base .repo http: //mirrors .163.com/.help /CentOS6-Base-163 .repo

CentOS 7

1
wget -O  /etc/yum .repos.d /CentOS-Base .repo http: //mirrors .163.com/.help /CentOS7-Base-163 .repo

3、之后运行 

1
yum clean all && yum makecache

 生成缓存


本文转自 喵来个鱼 51CTO博客,原文链接:http://blog.51cto.com/m51cto/1964880,如需转载请自行联系原作者

相关文章
|
3月前
|
Linux
家族风云录:Red Hat与它的“调皮弟弟”CentOS,一场IT界的欢乐大戏 🎭
在IT界,Red Hat家族光芒四射,特别是RHEL这位稳重大哥,以卓越的安全性和稳定性守护企业级服务器。而CentOS则是家族里的调皮弟弟,继承RHEL的优点,以更亲民的姿态活跃在技术前沿。两者虽性格不同,却情谊深厚,共同书写着IT江湖的传奇故事。🌈👨‍👩‍👧‍👦🎉
51 0
|
3月前
|
Ubuntu Linux 测试技术
下载ISO镜像的方法 Debian、Red Hat 、CentOS、Ubuntu、Kali Linux🌐
Debian、Red Hat、CentOS、Ubuntu与Kali Linux均为知名Linux发行版。下载Debian须访问官网并按计算机架构选ISO文件。Red Hat下载通常需订阅账户,可从官网登录后获取。CentOS可从官网或镜像站点下载,注意CentOS 8已停更。Ubuntu下载简便,官网直接选取版本及架构即可。Kali Linux专为安全测试设计,官网提供直接下载ISO镜像服务。
671 0
|
6月前
|
Linux
CentOS6使用第三方YUM源(EPEL、RPMForge和RPMFusion)
CentOS6使用第三方YUM源(EPEL、RPMForge和RPMFusion)
|
Linux
Centos7下载网络yum源及epel源
Centos7下载网络yum源及epel源
774 0
|
缓存 Linux
Linux系统之Centos安装epel源
Linux系统之Centos安装epel源
1304 0
|
缓存 Linux
Centos7配置国内yum源和epel源
Centos7配置国内yum源和epel源
11497 2
|
安全 Linux
CentOS 6停止更新后,如何更换镜像
CentOS 6停止更新后,如何更换镜像 解决方案
399 0
|
存储 缓存 运维
运维 --- Nginx介绍和在CentOS/Redhat下安装
运维 --- Nginx介绍和在CentOS/Redhat下安装
运维 --- Nginx介绍和在CentOS/Redhat下安装
|
监控 关系型数据库 MySQL
centos/redhat 7 下zabbix安装及使用
centos/redhat 7 下zabbix安装及使用
831 0
centos/redhat 7 下zabbix安装及使用
|
Linux 虚拟化
centos环境更换IP地址为静态并且正常联网
centos环境更换IP地址为静态并且正常联网
centos环境更换IP地址为静态并且正常联网
下一篇
无影云桌面