CentOS5/外部リポジトリの追加
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(CentOS5,外部リポジトリの追加,epel,remi,rpmforge);
*目次 [#h77eb0ef]
#contents
*参考情報 [#dadc77be]
-[[CentOS5]]
-[[CentOS 5 / Scientific Linux 5 でサーバー構築:http://ww...
*yum-priorities [#me067504]
-リポジトリを優先度に従って使ってくれる。インストールする。
yum -y install yum-priorities
-基本リポジトリは、/etc/yum.repos.d/CentOS-Base.repo 。
-[[PackageManagement/Yum/Priorities - CentOS Wiki:http://...
#pre{{
[base], [addons], [updates], [extras] ... priority=1
[centosplus] priority=1 (same priority as base and update...
[contrib] ... priority=2
Third Party Repos ... priority=N (where N is > 10 and ba...
}}
*EPEL [#vce09a19]
**参考情報 [#b56ccfab]
-エンタープライズ用途のパッケージが提供されている。
-[[EPEL - FedoraProject:http://fedoraproject.org/wiki/EPE...
-[[EPEL/ja - FedoraProject:http://fedoraproject.org/wiki/...
-[[CentOS 外部レポジトリの追加(EPEL):http://www.tooyama.o...
**インストール [#a806ffca]
-64bit版の場合。
# rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64...
-32bit版の場合。
# rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/e...
**設定 [#qe84f940]
-デフォルトでenabled=1なのでそのまま。
*Remi [#gfb660fc]
**参考情報 [#j2220ce3]
-MySQLとphpの最新版が提供されている。EPELに依存。
-[[RepoView: Les RPM de Remi:http://rpms.famillecollet.co...
**インストール [#i4a64ccf]
-32bit/64bit共通
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi...
**設定 [#f4efbc43]
-デフォルトでenabled=0なのでそのまま。priority=1を追加(こ...
*rpmforge[#if8058f5]
**参考情報[#p05960f2]
-[[AdditionalResources/Repositories/RPMForge - CentOS Wik...
-最新版は[[AdditionalResources/Repositories/RPMForge - Ce...
**インストール[#l1c3aa15]
-32bit版の場合
# rpm -ivh http://packages.sw.be/rpmforge-release/rpmfor...
-64bit版の場合
# rpm -ivh http://packages.sw.be/rpmforge-release/rpmfor...
※リンクは辿れるのに予期せぬエラーが発生した場合、wgetなど...
**PGP Keyのインストール [#ye6474a9]
# rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
**設定 [#vd1d9f27]
-enabled=0に変更しておく。
*使用方法 [#r7d281f9]
-enabled=0に設定してあるリポジトリはyumのコマンドラインで...
# yum --enablerepo=rpmforge install xxx
終了行:
&tag(CentOS5,外部リポジトリの追加,epel,remi,rpmforge);
*目次 [#h77eb0ef]
#contents
*参考情報 [#dadc77be]
-[[CentOS5]]
-[[CentOS 5 / Scientific Linux 5 でサーバー構築:http://ww...
*yum-priorities [#me067504]
-リポジトリを優先度に従って使ってくれる。インストールする。
yum -y install yum-priorities
-基本リポジトリは、/etc/yum.repos.d/CentOS-Base.repo 。
-[[PackageManagement/Yum/Priorities - CentOS Wiki:http://...
#pre{{
[base], [addons], [updates], [extras] ... priority=1
[centosplus] priority=1 (same priority as base and update...
[contrib] ... priority=2
Third Party Repos ... priority=N (where N is > 10 and ba...
}}
*EPEL [#vce09a19]
**参考情報 [#b56ccfab]
-エンタープライズ用途のパッケージが提供されている。
-[[EPEL - FedoraProject:http://fedoraproject.org/wiki/EPE...
-[[EPEL/ja - FedoraProject:http://fedoraproject.org/wiki/...
-[[CentOS 外部レポジトリの追加(EPEL):http://www.tooyama.o...
**インストール [#a806ffca]
-64bit版の場合。
# rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64...
-32bit版の場合。
# rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/e...
**設定 [#qe84f940]
-デフォルトでenabled=1なのでそのまま。
*Remi [#gfb660fc]
**参考情報 [#j2220ce3]
-MySQLとphpの最新版が提供されている。EPELに依存。
-[[RepoView: Les RPM de Remi:http://rpms.famillecollet.co...
**インストール [#i4a64ccf]
-32bit/64bit共通
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi...
**設定 [#f4efbc43]
-デフォルトでenabled=0なのでそのまま。priority=1を追加(こ...
*rpmforge[#if8058f5]
**参考情報[#p05960f2]
-[[AdditionalResources/Repositories/RPMForge - CentOS Wik...
-最新版は[[AdditionalResources/Repositories/RPMForge - Ce...
**インストール[#l1c3aa15]
-32bit版の場合
# rpm -ivh http://packages.sw.be/rpmforge-release/rpmfor...
-64bit版の場合
# rpm -ivh http://packages.sw.be/rpmforge-release/rpmfor...
※リンクは辿れるのに予期せぬエラーが発生した場合、wgetなど...
**PGP Keyのインストール [#ye6474a9]
# rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
**設定 [#vd1d9f27]
-enabled=0に変更しておく。
*使用方法 [#r7d281f9]
-enabled=0に設定してあるリポジトリはyumのコマンドラインで...
# yum --enablerepo=rpmforge install xxx
ページ名: