Centos 源

所属分类: 操作系统 / unix linux 阅读数: 65
收藏 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系统如何访问NTFS磁盘

linux系统如何访问NTFS磁盘
收藏 0 赞 0 分享

简单高效:用Swatch做Linux日志分析

简单高效:用Swatch做Linux日志分析
收藏 0 赞 0 分享

全球顶尖超级计算机60%用Linux系统

全球顶尖超级计算机60%用Linux系统
收藏 0 赞 0 分享

Linux操作系统12则经典应用技巧

Linux操作系统12则经典应用技巧
收藏 0 赞 0 分享

Linux 的 常 用 网 络 命 令

Linux 的 常 用 网 络 命 令
收藏 0 赞 0 分享

循序渐进学习LINUX之软件配置

循序渐进学习LINUX之软件配置
收藏 0 赞 0 分享

混合使用Linux和Windows

混合使用Linux和Windows
收藏 0 赞 0 分享

浅谈linux操作系统的优化及安全

浅谈linux操作系统的优化及安全
收藏 0 赞 0 分享

如何实现Linux操作系统的自动登录

如何实现Linux操作系统的自动登录
收藏 0 赞 0 分享
查看更多