CentOS的网络源配置文件是: /etc/yum.repos.d/
下的 CentOS-Base.repo
配置方法一般是:
1.终端下 vi /etc/yum.repos.d/CentOS-Base.repo
,删除里面原来的所有内容,然后用下面的相应内容替换。
2.把下面相应内容,保存为:CentOS-Base.repo
,然后用mv命令,替换旧的“/etc/yum.repos.d/CentOS-Base.repo
”也可以。
3.配置好后,别忘了 yum update
一.国内某大学源(电信网通皆可使用)
[base]
name=CentOS-5 - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever5&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos6
#released updates
[update]
name=CentOS-5 - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=updates
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
#packages used/produced in the build but not released
[addons]
name=CentOS-5 - Addons
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=addons
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/addons/$basearch/
二. 国内电信源
# 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=http://centos.ustc.edu.cn/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
#released updates
[updates]
name=CentOS-$releasever - Updates
baseurl=http://centos.ustc.edu.cn/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=http://centos.ustc.edu.cn/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://centos.ustc.edu.cn/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
baseurl=http://centos.ustc.edu.cn/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
三. 第三方源配置
在服务器构建的过程中,我们将要用到的一些工具不存在于CentOS中yum的官方库中,所以需要定义yum的非官方库文件,让一些必需的工具通过yum也能够安装。
[root@sample ~]# vi /etc/yum.repos.d/dag.repo
← 建立dag.repo,定义非官方库
,内容如下5行:
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
[root@sample ~]# rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
← 导入非官方库的GPG
分享到:
相关推荐
CentOS 5.3 是一个基于 Red Hat Enterprise Linux (RHEL) 的开源操作系统,它为用户提供了一个稳定、安全且高度可定制的服务器环境。这个版本在2009年发布,作为CentOS系列的一个重要里程碑,它带来了许多改进和更新...
【标题】"CentOS5.3-5.8_32x64位DVD镜像下载种子"涉及的是Linux操作系统中的一个发行版本——CentOS,具体是5.x系列的多个版本。CentOS是一款基于Red Hat Enterprise Linux源代码再编译的开源操作系统,它提供了与...
至于提供的资源,"CentOS5.3 Linux 编译安装 mysql-6.0.10-alpha 视频教程.avi" 可能是一个详细的视频指南,可以帮助你更直观地了解每个步骤。"访问脚本之家.html" 和 "服务器常用软件.html" 可能包含更多关于服务器...
在本文档中,我们主要探讨如何在 CentOS 5.3 上搭建一个基于 Apache 2.2.4、MySQL 5.1.4 和 PHP 5.3 的服务器环境。这个过程涉及多个步骤,包括安装必要的开发包、源码编译安装部分组件以及配置和安装 MySQL、Apache...
由于CentOS 5.3的默认仓库中可能没有Memcached,我们需要从源代码安装: 1. 下载Memcached源代码: ```shell wget http://www.memcached.org/files/memcached-1.x.x.tar.gz ``` (这里请替换为实际的...
在CentOS 5.3操作系统上搭建OpenERP(现称Odoo)5.0.15平台是一项技术性的工作,需要遵循一系列步骤来确保环境的正确配置。以下是一份详细的指南,涵盖了从系统升级到安装必备组件的整个过程: 1. **系统升级**: ...
在本文中,我们将深入探讨如何在CentOS 5.3操作系统上配置一套完整的邮件系统,包括Nginx作为Web服务器,Postfix处理SMTP服务,以及Extmail作为邮件系统前端。这个配置还包括其他关键组件,如MySQL数据库存储用户...
CentOS(Community Enterprise Operating System,中文意思是:社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些...
配置YUM从CentOS 5源更新软件的步骤如下: 1. 首先,导入CentOS的GPG密钥,以验证下载的RPM包的完整性。可以通过执行`rpm --import http://ftp.twaren.net/Linux/CentOS/RPM-GPG-KEY-CentOS-5`命令来完成。如果需要...
1. **下载CentOS 5.5 ISO镜像**:首先,你需要从官方网站或者可靠的源获取CentOS 5.5的ISO镜像文件,这是安装系统的基石。 2. **获取UltraISO**:UltraISO是一款强大的光盘映像处理软件,它可以帮助我们将ISO文件...
2. **进入安装界面**:选择“InstallCentOs5.3”,系统将加载GRUB配置并启动安装程序。 3. **设置语言和键盘布局**:安装过程中首先选择语言(建议选择“中文(简体)”),然后选择键盘布局(如US)。 4. **指定...
标题中的"centos -php5.3.so"指的是在CentOS操作系统上编译并使用的PHP 5.3扩展模块。这个扩展通常是一个动态链接库(.so文件),它允许PHP与特定的服务或功能进行交互。在本例中,可能是为了支持PHP 5.3版本中的...
创建一个目录来存放下载的软件包,并下载PHP、Nginx、MySQL及其相关组件的源代码: ```bash mkdir /web cd /web wget http://cn.php.net/distributions/php-5.3.8.tar.bz2 wget ...
在libdb-5.3.zip中,我们可以预期找到构建和安装Berkeley DB 5.3所需的源代码、编译脚本、头文件和可能的预编译库文件。编译Berkeley DB涉及以下步骤: 1. 解压:首先,你需要将zip文件解压到一个合适的目录,例如`...
它的开放源代码特性使得用户可以根据需要进行自定义和扩展,以适应不同的工作流程。 此外,OpenOffice是LibreOffice的前身,两者有许多相似之处。尽管LibreOffice在功能和稳定性方面有显著提升,但如果你的环境中...
这可以通过切换到中国的 CentOS 5.3 镜像服务器来实现,以获得更快的更新速度。具体步骤可以参考以下链接:http://www.wljcz.com/html/caozuoxitong/Linux/2009/0726/410.html。执行 `yum -y update` 命令以更新系统...
The DVD includes complete copy of the most current CentOS Distribution – CentOS 5.3 For getting the most out of CentOS Linux, this is the book you need to succeed. 目录: Introduction. ...
接下来,下载所需的源代码包。这里分别下载了JPEG库(jpegsrc.v8d.tar.gz)、Libmcrypt(libmcrypt-2.5.8.tar.gz)和PHP5(php-5.4.8.tar.gz)。解压并按照特定顺序进行编译和安装。例如,对于JPEG库,执行`./...