Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2783517
  • 博文数量: 423
  • 博客积分: 7770
  • 博客等级: 少将
  • 技术积分: 4766
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-09 11:58
个人简介

Oracle/DB2/Postgresql/Mysql/Hadoop/Greenplum/Postgres-xl/Mongodb

文章分类

全部博文(423)

文章存档

2019年(3)

2018年(6)

2017年(27)

2016年(23)

2015年(30)

2014年(16)

2013年(31)

2012年(73)

2011年(45)

2010年(14)

2009年(30)

2008年(30)

2007年(63)

2006年(32)

分类: LINUX

2007-05-09 01:49:46

 
作者: ghan
国内源,快,,,,,
 
# cp /etc/yum.repos.d/CentOS-Base.repo /root/CentOS-Base.repo
# vi /etc/yum.repos.d/CentOS-Base.repo
 
 
[base]
name=CentOS-5.0 - Base
baseurl=
gpgcheck=1
gpgkey=

#released updates
[update]
name=CentOS-5.0 - Updates
baseurl=
gpgcheck=1
gpgkey=

#packages used/produced in the build but not released
[addons]
name=CentOS-5.0 - Addons
baseurl=
gpgcheck=1
gpgkey=
#additional packages that may be useful
[extras]
name=CentOS-5.0 - Extras
baseurl=
gpgcheck=1
gpgkey=

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5.0 - Plus
baseurl=
gpgcheck=1
enabled=0
gpgkey=
 
#contrib - packages by Centos Users
[contrib]
name=CentOS-5.0 - Contrib
baseurl=
gpgcheck=1
enabled=0
gpgkey=

#packages in testing
[testing]
name=CentOS-5.0 - Testing
baseurl=
gpgcheck=1
enabled=0
gpgkey=

 

 
阅读(1619) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~