`
isiqi
  • 浏览: 16558790 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

在 CentOS 5.0 中安装 RPMforge 安装源(翻译)

阅读更多

安装 RPMforge

RPMforge 是 Dag、Dries 和其它软件包的组合。它们为 CentOS 提供了超过 4000 个软件包,包括 mplayer、xmms-mp3 和其它流行的媒体播放工具。RPMforge 不是红帽子 Linux 产品或 CentOS 的组成部分,但它是为这些 Linux 套件而设计的。

注释:因为这个安装源不是 CentOS 本身的组成部分,所以有关技术支持的问题应当向 RPMforge 的维护者发送。

RPMforge 软件包以 rpm 格式提供,并且一般都是可用的。必需注意,有一些包比 CentOS 官方提供的版本要新,所以你不应当盲目地安装。在升级代替 CentOS 官方提供的软件包之前,你应当确保不要破坏任何重要的东西。虽然大多数情况下你可以改正任何错误,但最好还是避免类似的情况发生。

在 CentOS 5.0 下的使用

如果你打算应用这个软件仓库,你可能希望安装 Priorities,因为 RPMforge 里的一些包比它在 ContOS 里的对应的包的版本要新。

下面的注释显示了 yum 的维护者的感想。但是,从实践的观点来看,如果你希望使用 RPMforge 安装源,你就没有办法避免这些 ContOS 原来的软件包被覆盖。并且,关于“yum-priorities”插件,还没有问题报告。

注释:请注意 yum 的上游维护者 Seth Vidal 于 2009 年 9 月关于“yum priorities”的说法。

... 引入,最后部分:(同样的,大多数人最终还是创建了“yum-priorities”)

天哪,我希望人们不要创建 yum priorities。关于 priorities 的东西是如此之多,真让我望而生畏。它几乎让我想起了 apt “pinning”,并且想出声叫骂。

1.1 Priorities(优先权)

用于 CentOS 5 安装源的 yum-priorities 软件包:
yum install yum-priorities
(安装 YUM 优先权插件,生成 /etc/yum/pluginconf.d/priorities.conf 文件)

在 CentOS 5 中,插件默认是可用的。

可以编辑 /etc/yum/pluginconf.d/priorities.conf 文件确保 yum-priorities 是可用的,确认它包含下面一些文本行:
[main]
enabled=1 (默认)

编辑 /etc/yum.repos.d/ 路径下的 .repo 文件,通过添加以下文本行来创建 priorities:
priority=N

对应于每个安装源入口,N 是一个从 1 到 99 的整数。

建议的配置是(CentOS-Base.repo文件):
[base], [addons], [updates], [extras] ... priority=1
[centosplus], [contrib] ... priority=2

对第三方安装源,比如 rpmforge(rpmforge.repo文件)等等,priority=N (N 是一个大于 10 的你喜欢的整数)

1.2 RPMforge

可以在 http://dag.wieers.com/packages/ 获得 RPMforge 软件包的一个完整的列表。

下载 rpmforge-release 包。选择以下两个链接中匹配你的 OS 架构(i386/x86_64)的那个下载。如果不能确定是那种架构,请运行 uname -i 命令。

i386 http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm
x86_64 http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm

为了使安装源可用,首选的可获得和安装的 rpmforge-release 包只能是上面列出的两个中的一个。

安装 DAG 的 GPG key
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt

校验下载的包:
rpm -K rpmforge-release-0.5.1-1.el5.rf.*.rpm
校验正确,结果显示:
rpmforge-release-0.5.1-1.el5.rf.i386.rpm: (sha1) dsa sha1 md5 gpg OK

安全警告:rpmforge-release 包把 GPG keys 导入了 RPM 数据库。

只要你通过了注入软件包的 key 的 md5 校验和,并且信任 Dag, et al., 那么它们将是安全可信的。

安装 rpmforge-release 包

rpm -i rpmforge-release-0.5.1-1.el5.rf.*.rpm

这将在 /etc/yum.repos.d 添加 yum 安装源配置文件 rpmforge.repo 和 rpmforge-testing.repo(供测试用),并导入合适的 GPG keys。

rpmforge.repo 文件内容为:

### Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
### URL: http://rpmforge.net/
[rpmforge]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
baseurl = http://apt.sw.be/redhat/el5/en/$basearch/rpmforge
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1

rpmforge-testing.repo 文件内容为:

### Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
### URL: http://rpmforge.net/
[rpmforge-testing]
name = Red Hat Enterprise $releasever - RPMforge.net - test
baseurl = http://apt.sw.be/redhat/el5/en/$basearch/test
enabled = 0
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 0

这时。你可以配置 RPMForge 安装源的优先权(priority),如果原先没有配置 CentOS 安装源的优先权,这时也可以配置。

用一下命令进行测试:

yum check-update

它将输出类似以下两行信息:

Loading "priorities" plugin
...
76 packages excluded due to repository priority protections

在你的 CentOS 系统中,上面的数字可能不同,但是它表明有一些包被排除在外了。

如果看到上述信息,它表明 RPMforge 安装源和优先级配置已经起作用了。于是可以试着运行类似 yum install mplayer 如果看到上述信息,它表明 RPMforge 安装源和优先级配置已经起作用了。于是可以试着运行类似 yum install mplayer 如果看到上述信息,它表明 RPMforge 安装源和优先级配置已经起作用了。于是可以试着运行类似 yum install mplayer 命令来安装一些软件了。

注-1:

原文地址如下:
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
本文只选择翻译了与 CentOS 5.0 有关的部分,并在保持原文语义的情况下加入了部分作者的解释。

注-2:

篇章简介:YUM 可以通过加入第三方的安装源来安装一些软件包,本文安装的 RPMForge 就是这样一个例子。这就带来一个问题,如果第三方的安装源里有些软件包比 CentOS 本身预装的对应软件包版本要新的话,就会自动安装较新的版本来代替 CentOS 预装的软件版本,如果盲目地更新进行升级,可能是草率和不明智的,这有可能带来一些潜在的安全和管理问题。

于是,YUM 引入了一种机制,就是依靠“优先权”来对下载源的优先级进行排队。这个是靠 yum-priorities 插件来实现的。而要应用这个特性,需要安装这个插件并配置使其起作用,并在 repo 配置里加入 priority=N 来定义优先级别,这个整数数字(1~99)越小,优先级越高。这样一来,如果不同的下载源有软件包重叠,优先级低的就被保护和排除(excluded)了,不会被检测(check)到也不会被更新(update)。

==============
原文附录如下:
==============

Installing RPMforge

RPMforge is a collaboration of Dag, Dries, and other packagers. They provide over 4000 packages for CentOS, including mplayer, xmms-mp3, and other popular media tools. It is not part of RedHat or CentOS but is designed to work with those distributions.

Note: Because this repository is NOT part of CentOS, you should direct support questions to its maintainers.

Packages are supplied in RPM format and in most cases are ready to use. Beware that some packages are newer than the official CentOS versions and you should not blindly install those packages. Before you replace a CentOS package you should make sure that will not break anything important. In most cases you can revert any mistakes but it is best to avoid the mess.

CentOS 5

If you wish use this repository, you may wish to install Priorities, as a few packages in RPMforge are newer than their counterparts in the CentOS base repositories.

The note below shows the feelings of the yum maintainer but, from a practical standpoint, you have no other way to save packages from being overwritten if you wish to use the RPMforge repository. And, as of yet, no real world problems have been reported with regard to the 'yum-priorities' plugin.

Note: Please note that the upstream maintainer of yum, Seth Vidal, had the following to say about 'yum priorities' in September 2009.

... lead in, ending: (same way most people end up setting up 'yum-priorities' anyway)

Gosh, I hope people do not set up yum priorities. There are so many things about priorities that make me cringe all over. It could just be that it reminds me of apt 'pinning' and that makes me want to hurl.

1.1. Priorities

yum-priorities is available in the CentOS 5 repositories:

yum install yum-priorities

Plugins are enabled in CentOS 5 by default.

Make sure that yum-priorities is enabled by editing the /etc/yum/pluginconf.d/priorities.conf file, and ensuring that it contains the following lines:

[main]
enabled=1

Edit the .repo files in /etc/yum.repos.d/ and set up priorities by adding the line:

priority=N

to a repository entry, where N is an integer number from 1 to 99.

The recommended settings are:
[base], [addons], [updates], [extras] ... priority=1
[centosplus],[contrib] ... priority=2
Third Party Repos such as rpmforge ... priority=N (where N is > 10 and based on your preference)

1.2. RPMforge
You can find a complete listing of the RPMforge package packages at http://dag.wieers.com/packages/

Download the rpmforge-release package. Choose one of the two links below, selecting to match your host's architecture. If you are unsure of which one to use you can check your architecture with the command uname -i
i386 http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm
x86_64 http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm

The preferred rpmforge-release package to retrieve and to install in order to enable that repository is one of the two listed above.

Install DAG's GPG key
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt

verify the package you have downloaded
rpm -K rpmforge-release-0.5.1-1.el5.rf.*.rpm

Security warning: The rpmforge-release package imports GPG keys into your RPM database.

As long as you have verified the md5sum of the key injection package, and trust Dag, et al., then it should be as safe as your trust of them extends.

Install the package
rpm -i rpmforge-release-0.5.1-1.el5.rf.*.rpm

This will add a yum repository config file and import the appropriate GPG keys. At this point, you can set the priority of the RPMForge repository, and also of the CentOS repositories if you have not done so yet.

Test with this command:
yum check-update

It should output these two lines:
Loading "priorities" plugin
...
76 packages excluded due to repository priority protections

The number above may differ, but there should be several packages shown as being excluded.
If so then it looks like things are working so try installing something like this:
yum install mplayer

分享到:
评论

相关推荐

    在CentOS系统中安装RPMforge的方法.docx

    在CentOS系统中安装RPMforge的方法.docx

    Linux教程:CentOS-5.0 安装 VMware 与配置.rar

    Linux教程:CentOS-5.0 安装 VMware 与配置 由于比较长,作者就把教程写在word文档内了,共两个部分,下载后解压即可阅读。 烈火提示:如果有解压密码,请尝试:liehuo.net

    Centos5.0-5.2_32x64dvd镜像下载种子.rar

    Centos历史版本资源下载,Centos5.0-5.2_32x64dvd镜像下载种子torrent

    L.A.M.P环境配置方法 for CentOS 5.0.doc

    由于CentOS 5.0较为老旧,建议在实际应用中考虑使用更现代的版本以获得更好的安全性和支持。 #### 软件源代码包存放位置与约定 文档中提到了系统的约定,这些约定对于保持文件系统的整洁和便于管理非常关键: - *...

    CentOS-5.0-i386-bin-DVD.part03.rar

    CentOS-5.0-i386-bin-DVD.part03.rar

    CentOS-5.0-i386-bin-DVD.part05.rar

    CentOS-5.0-i386-bin-DVD.part05.rar

    centos8安装zabbix5.0.docx

    centos8安装zabbix全套

    centos7_zabbix5.0自动安装脚本2.zip

    这个"centos7_zabbix5.0自动安装脚本2.zip"文件正是为了解决这个问题,它包含了所有必要的步骤,帮助用户在满足特定条件下(如默认的yum源和可连接外网)顺利安装Zabbix 5.0。 首先,让我们深入了解Zabbix 5.0的...

    CentOS-5.10-i386最小化安装图解

    CentOS-5.10-i386最小化安装图解

    Centos7下安装MongoDB

    Centos7下安装MongoDB是指在Centos7操作系统中安装和配置MongoDB数据库的过程。MongoDB是一个基于分布式文件存储的NoSQL数据库,由C++语言编写,运行稳定,性能高旨在为 WEB 应用提供可扩展的高性能数据存储解决方案...

    centos7离线安装vim

    如果在安装过程中遇到依赖问题,可能需要手动下载并安装缺失的依赖包。例如,如果提示缺少`ncurses`库,你可以下载相应的RPM包并使用同样的方法安装。 安装完成后,你可以通过运行`vim`命令来检查Vim是否已经成功...

    Centos安装中文语言包安装方法

    在CentOS系统中,安装中文语言包是一项常见的需求,尤其对于需要使用中文环境的用户来说。本文将详细介绍如何在CentOS系统上安装中文语言支持包,并确保系统的语言环境能够正常显示中文。 #### 一、准备工作 在...

    redhat.AS5.0下安装oracle

    在安装 CentOS 5.0 时,需要安装图形界面,最好不要启动 SELinux。 二、安装 JDK 安装 JDK 是安装 Oracle 的前提条件。在 Red Hat Enterprise 5 中已经自带了 JDK 1.4,因此需要卸载 JDK 1.4,并安装 JDK 1.6。 ...

    centos7安装自动化安装zabbix5.0 shell脚本

    采用当前abbix5.0的最新...能够解决基>本的安装问题,可以在脚本中添加优化参数,显示参数,更好的和可视端交互显示。 该shell脚本仅支持centos7版本,可调整zabbix的repo源从而支持更多版本 但相应参数也需要修改。

    centos 7.6安装流程.docx

    在安装 Centos 7.6 之前,我们需要创建一个虚拟机。我们使用 VMware 15.5 作为虚拟机软件,并且选择 Window 10 64 位作为主机系统。在创建虚拟机时,我们需要选择虚拟机的存放位置和虚拟机名称,然后选择网络类型,...

    centos7安装redis5.0依赖GCC离线安装文件

    RHEL或centos7安装redis5.0所依赖的所有工具: cpp-4.8.2-16.el7.x86_64.rpm gcc-4.8.2-16.el7.x86_64.rpm glibc-2.17-55.el7.x86_64.rpm glibc-common-2.17-55.el7.x86_64.rpm glibc-devel-2.17-55.el7.x86_64.rpm ...

    CentOS8上安装ThingsBoard

    在安装过程中,为了保持文档的通顺性,一些OCR扫描的错误或遗漏需要结合上下文进行理解。比如,“ConfigMQTTport”应为“配置MQTT端口”,“ThingsBoardCEV3.0.1”指代“ThingsBoard CE版本3.0.1”。这些错误或遗漏...

    centos7.4离线安装docker

    如果在安装过程中遇到问题,你应该查阅“CentOS7.4离线安装docker.doc”文档,它会提供解决这些问题的详细步骤和建议。 总的来说,离线安装Docker在CentOS 7.4上虽然比在线安装稍复杂,但通过提前准备和理解Docker...

    centos7文本安装

    5. 选择安装源:在文本安装界面中,用户需要选择安装源。用户可以选择本地光驱安装或网络安装。 6. 选择要安装的软件:在文本安装界面中,用户需要选择要安装的软件。用户可以选择最小化安装或选择其他软件包。 7. ...

Global site tag (gtag.js) - Google Analytics