Centos 源

所属分类: 操作系统 / unix linux 阅读数: 143
收藏 0 赞 0 分享
[root@localhost yum.repos.d]# cat CentOS-Base.repo 
# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
# 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-$releasever - Base
baseurl=ftp://202.38.97.230/sites/mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=ftp://202.38.97.230/sites/mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#released updates 
[updates]
name=CentOS-$releasever - Updates
baseurl=ftp://202.38.97.230/sites/mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=ftp://202.38.97.230/sites/mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=ftp://202.38.97.230/sites/mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=ftp://202.38.97.230/sites/mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=ftp://202.38.97.230/sites/mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=ftp://202.38.97.230/sites/mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
baseurl=ftp://202.38.97.230/sites/mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=ftp://202.38.97.230/sites/mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
baseurl=ftp://202.38.97.230/sites/mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=ftp://202.38.97.230/sites/mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

更多精彩内容其他人还在看

给Linux新手[系列之五]

给Linux新手[系列之五]
收藏 0 赞 0 分享

给Linux新手[系列之四]

给Linux新手[系列之四]
收藏 0 赞 0 分享

给Linux新手[系列之三]

给Linux新手[系列之三]
收藏 0 赞 0 分享

什么是Linux

什么是Linux
收藏 0 赞 0 分享

利用shell编程实现DOS风格的Linux命令行

利用shell编程实现DOS风格的Linux命令行
收藏 0 赞 0 分享

Linux中流媒体Helix Server的安装和配置

Linux中流媒体Helix Server的安装和配置
收藏 0 赞 0 分享

Linux系统文件命令精通指南(上)

Linux系统文件命令精通指南(上)
收藏 0 赞 0 分享

Linux系统文件命令精通指南(下)

Linux系统文件命令精通指南(下)
收藏 0 赞 0 分享

Linux系统中防火墙的框架分析

Linux系统中防火墙的框架分析
收藏 0 赞 0 分享

Linux下中文字体的安装

Linux下中文字体的安装
收藏 0 赞 0 分享
查看更多