epelのrepoを追加するの巻 @CentOS5.5

スポンサーリンク


本家サイトはこちらから⇒ https://fedoraproject.org/wiki/EPEL/ja

epelというのは、簡単に言うとCentOSと同じ系列のOS、Fedoraにて使用するパッケージが含められている。
大抵のものに関してはCentOS上でも動作するが、万が一動作しなくとも自己責任でお願いします。

 

設定方法

1. epelのサイトに書いてあるとおり、root権限で以下を実行する

[root@mail ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
warning: /var/tmp/rpm-xfer.B1Zdek: Header V3 DSA signature: NOKEY, key ID 217521f6
Preparing...                ########################################### [100%]
 1:epel-release           ########################################### [100%]
[root@mail ~]#

2. yum repolistでレポジトリが増えたか確認

[root@mail ~]# yum repolist
Loaded plugins: fastestmirror
Repository 'vz-base' is missing name in configuration, using id
Repository 'vz-updates' is missing name in configuration, using id
Loading mirror speeds from cached hostfile
 * addons: ftp.iij.ad.jp
 * base: ftp.iij.ad.jp
 * epel: ftp.iij.ad.jp
 * extras: ftp.iij.ad.jp
 * updates: ftp.iij.ad.jp
epel                                                                                                    | 3.7 kB     00:00
epel/primary_db                                                                                         | 3.0 MB     00:00
repo id                                repo name                                                                 status
addons                                 CentOS-5 - Addons                                                         enabled:     0
base                                   CentOS-5 - Base                                                           enabled: 2,683
epel                                   Extra Packages for Enterprise Linux 5 - i386                              enabled: 5,259
extras                                 CentOS-5 - Extras                                                         enabled:   327
updates                                CentOS-5 - Updates                                                        enabled:   490
vz-base                                vz-base                                                                   enabled:     5
vz-updates                             vz-updates                                                                enabled:     3
repolist: 8,767
[root@mail ~]#

 

以上。

不明点あればコメント or コンタクトme.

コメント

タイトルとURLをコピーしました