`

RHEL5配置YUM源

阅读更多
RHEL5 配置YUM源


cd /etc/yum.repos.d/
cp rhel-debuginfo.repo rhel-debuginfo.repo.bak
先删除rhel-debuginfo.repo文件中所有内容,然后添加以下内容:

[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/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#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/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/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#additional packages that may be useful
[extras]
name=CentOS-5 - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=extras

baseurl=http://ftp.sjtu.edu.cn/centos/5/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5 - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=centosplus
baseurl=http://ftp.sjtu.edu.cn/centos/5/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#contrib - packages by Centos Users
[contrib]
name=CentOS-5 - Contrib
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=contrib
baseurl=http://ftp.sjtu.edu.cn/centos/5/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

# vi dag.repo
[dag]
name=Dag RPM Repository for RHEL5
baseurl=http://ftp.riken.jp/Linux/dag/redhat/el5/en/$basearch/dag/
enabled=1
gpgcheck=1
gpgkey=http://ftp.riken.jp/Linux/dag/packages/RPM-GPG-KEY.dag.txt


然后导入key
  rpm --import http://ftp.sjtu.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-5

更新:
  yum update
本文出自
http://ironurbane.iteye.com/blog/444804
分享到:
评论
1 楼 relic6 2011-06-06  
十分感谢。。rhel5成功yum了!!

相关推荐

    RedHat Linux RHEL6配置本地YUM源

    RedHat Linux RHEL6配置本地YUM源

    RHEL7配置yum源

    新手使用RHEL常遇到的问题是无法安装软件,yum安装时常出现:系统未注册,没有可用repos,即没有yum安装源。

    RHEL5的YUM源配置笔记

    RHEL5中YUM源的配置,包括将光碟、yum源网站,第三方Yum源,自己搭建yum源服务器等

    rhel配置新的yum源

    rhel配置新的yum源需要的安装包

    RHEL5 本地yum源的创建和基本使用

    RHEL5 本地yum源的创建和基本使用,主要讲述怎么创建本地yum源,和后面怎么使用本地yum安装软件

    RHEL5配置 CentOS YUM更新源

    NULL 博文链接:https://mypanpan.iteye.com/blog/1164635

    rhel6.0配置yum本地源

    介绍rhel6.0用光盘镜像文件配置本地源

    RHEL配置本地离线yum源的2种方法.doc

    本段将教大家快速配置yum源,这种方法很适合新创建的Linux系统,特别是RHEL7系列的Linux系统。文内含长段代码可复制可往左滑,希望对大家有帮助!

    Rhel5的YUM安装配置

    Rhel5的YUM安装配置方法,对于rehl5默认的带的有yum安装包,但是由于装的非正版的,因此红帽网站并不提供yum升级服务器,而我们采用centos的源文件,实现yum升级。

    配置RHEL8本地yum源及DNF简介.doc

    在RHEL8中把软件源分成了两部分,一个是BaseOS,另一个是AppStream。在Red Hat Enterprise Linux 8.0中,统一的ISO自动加载BaseOS和AppStream安装源存储库。已经存在于光盘链接中,只不过要分别去配置.repo文件。...

    Rhel4的yum安装配置方法

    Rhel4的yum安装配置方法,配置之后可以yum升级rhel4系统,将系统的安装包升级到最新,很实用哦!

    rhel5.6yum源配置

    本地yum配置(光盘)、网络yum配置(centsos源) 先试试将对应版本目录下的yum-centos.repo拷贝至/etc/yum.repos.d/下,运行yum makecache,若不能缓冲数据库,再看README。

    redhat7.9 + yum.repos.d

    redhat7.9 + yum.repos.d +CentOS7-Base-163.repo + Centos-7-aliyun.repo

    Redhat5yum源.tar.gz

    CentOS 5 在2017-03-31日已经结束...2.修改源配置文件 rhel-source.repo.bak。3. 导入key rpm --import RPM-GPG-KEY-CentOS-5。4.清理yum缓存 yum clean all && yum makecache。5.测试yum yum repolist all /yum list

    RedHat9下安装yum

    安装了gcc后,源码安装gettext,再源码安装yum即可,亲测成功

    在RHEL 5中配置YUM服务器端及客户端

    在RHEL 5中配置YUM服务器端及客户端

    RHEL7使用iso文件配置本地yum源.doc

    RHEL7使用iso文件配置本地yum源.doc

    FTP服务器建本地YUM源

    系统环境说明: 1、虚拟机版本:VMware® Workstation 9.0.0 build-812388 2、安装的系统版本:rhel-server-6.4-x86_64-dvd.iso 3 、安装方式:默认安装 文档目的或作用:整理通过虚拟机搭建FTP服务器...5. YUM源配置

    redhat6.0_配置源使用_yum

    1 删除RHEL原有的yum 2 下载新的yum安装包 #这里我们使用CentOS的yum源 3 安装yum软件包

Global site tag (gtag.js) - Google Analytics