#author("2018-12-05T15:19:59+09:00","default:wikiwriter","wikiwriter")
#author("2018-12-05T16:45:13+09:00","default:wikiwriter","wikiwriter")
&tag(CentOS6,外部リポジトリの追加,epel,remi,rpmforge);
*目次 [#h77eb0ef]
#contents
*参考情報 [#dadc77be]
-[[CentOS6]]
-[[CentOS 5 / Scientific Linux 5 でサーバー構築:http://www.tooyama.org/index.html]]
-[[yumリポジトリ追加リスト 完全版 - Qiita:https://qiita.com/bezeklik/items/9766003c19f9664602fe]]…この方法に従ったほうが良いかも。

*関連ページ [#o9c36b32]
-[[./古い情報]]


*EPEL [#ve813b0d]

**インストール [#u541fc32]
以下のコマンドでインストール
 yum install epel-release


*REMI [#zad2f202]

**インストール [#v38dbc53]
以下のコマンドでインストール
 yum install http://rpms.famillecollet.com/enterprise/remi-release-6.rpm


php56をインストールする場合以下のコマンドも必要かも
 yum-config-manager --enable remi-php56
*yum-priorities [#me067504]
-リポジトリを優先度に従って使ってくれる。インストールする。
 yum -y install yum-priorities
-基本リポジトリは、/etc/yum.repos.d/CentOS-Base.repo 。
-[[PackageManagement/Yum/Priorities - CentOS Wiki:http://wiki.centos.org/PackageManagement/Yum/Priorities]]によると、次のように設定するのがお勧めらしい。
#pre{{
[base], [addons], [updates], [extras] ... priority=1
[centosplus] priority=1 (same priority as base and updates) but should be left disabled
[contrib] ... priority=2
Third Party Repos ... priority=N  (where N is > 10 and based on your preference)
}}




*rpmforge[#if8058f5]
**参考情報[#p05960f2]
-[[AdditionalResources/Repositories/RPMForge - CentOS Wiki:http://wiki.centos.org/AdditionalResources/Repositories/RPMForge?action=show]]…公式
-最新版は[[AdditionalResources/Repositories/RPMForge - CentOS Wiki:http://wiki.centos.org/AdditionalResources/Repositories/RPMForge#head-5aabf02717d5b6b12d47edbc5811404998926a1b]]を見て確認可能。

**インストール[#l1c3aa15]
-32bit版の場合
 # rpm -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
-64bit版の場合
 # rpm -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
**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

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS