博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
centos5 yum源配置
阅读量:4512 次
发布时间:2019-06-08

本文共 2499 字,大约阅读时间需要 8 分钟。

# CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically close to the client.  You should use this for CentOS updates# unless you are manually picking other mirrors.## If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead.##[base]name=CentOS-5.11 - Base - vault.centos.orgfailovermethod=prioritybaseurl=http://vault.centos.org/5.11/os/$basearch/        http://mirrors.aliyuncs.com/centos/5.11/os/$basearch/#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=osgpgcheck=1gpgkey=http://vault.centos.org/centos/RPM-GPG-KEY-CentOS-5#released updates [updates]name=CentOS-5.11 - Updates - vault.centos.orgfailovermethod=prioritybaseurl=http://vault.centos.org/5.11/updates/$basearch/#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=updatesgpgcheck=1gpgkey=http://vault.centos.org/centos/RPM-GPG-KEY-CentOS-5#additional packages that may be useful[extras]name=CentOS-5.11 - Extras - vault.centos.orgfailovermethod=prioritybaseurl=http://vault.centos.org/5.11/extras/$basearch/#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=extrasgpgcheck=1gpgkey=http://vault.centos.org/centos/RPM-GPG-KEY-CentOS-5#packages used/produced in the build but not released[addons]name=CentOS-5.11 - Addons - vault.centos.orgfailovermethod=prioritybaseurl=http://vault.centos.org/5.11/addons/$basearch/#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=addonsgpgcheck=1gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5#additional packages that extend functionality of existing packages[centosplus]name=CentOS-5.11 - Plus - vault.centos.orgfailovermethod=priorityname=CentOS-5.11 - Plus - vault.centos.orgfailovermethod=prioritybaseurl=http://vault.centos.org/5.11/centosplus/$basearch/#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=centosplusgpgcheck=1enabled=0gpgkey=http://vault.centos.org/5.11/os/x86_64/RPM-GPG-KEY-CentOS-5#contrib - packages by Centos Users[contrib]name=CentOS-5.11 - Contrib - vault.centos.orgfailovermethod=prioritybaseurl=http://vault.centos.org/5.11/contrib/$basearch/#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=contribgpgcheck=1enabled=0gpgkey=http://vault.centos.org/5.11/os/x86_64/RPM-GPG-KEY-CentOS-5

 

转载于:https://www.cnblogs.com/wuzhiyi/p/8185041.html

你可能感兴趣的文章
交通灯管理系统笔记
查看>>
Hadoop MapReduce编程 API入门系列之wordcount版本3(七)
查看>>
前端html及标签
查看>>
day2-mysql基本命令和数据类型
查看>>
早上好~
查看>>
【Oracle】Oracle锁表处理
查看>>
CSS垂直翻转/水平翻转提高web页面资源重用性
查看>>
php-7.1.0 rpm包制作
查看>>
configparser模块
查看>>
SET方法内存管理
查看>>
3D数学读书笔记——矩阵基础
查看>>
jdk1.5多线程Lock接口及Condition接口
查看>>
四则运算分析题
查看>>
开博纪念
查看>>
(转)SQL一次性插入大量数据
查看>>
javascript event loop
查看>>
LIS
查看>>
微信公众号开发--用.Net Core实现微信消息加解密
查看>>
FastIO
查看>>
字符串循环右移-c语言
查看>>