centos 5.3 yum repository の追加

[CentOS 5 インストール個人的ノート]を参考にしています

http://tmcosmos.org/linux/centos/co5.html

サードパーティリポジトリ(/etc/yum.repos.d/thirds.repo)の追加

[dag]

name=Dag RPM Repository for Red Hat Enterprise Linux

baseurl=http://ftp.riken.jp/Linux/dag/redhat/el$releasever/en/$basearch/dag

http://apt.sw.be/redhat/el$releasever/en/$basearch/dag

enabled=0

gpgcheck=1

gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt

使用する場合は以下の様に使う。

yum -y sarch --enablerepo=dag パッケージ名

yum -y install --enablerepo=dag パッケージ名