#author("2018-12-05T15:16:49+09:00","default:wikiwriter","wikiwriter") &tag(CentOS6/外部リポジトリの追加/古い情報); *目次 [#ee0376b9] #contents *関連ページ [#cc426bb0] *参考情報 [#l42cbcae] *EPEL [#vce09a19] **参考情報 [#b56ccfab] -エンタープライズ用途のパッケージが提供されている。 -[[EPEL - FedoraProject:http://fedoraproject.org/wiki/EPEL]]…公式サイト -[[EPEL/ja - FedoraProject:http://fedoraproject.org/wiki/EPEL/ja]]…日本語版(情報が古いので公式をみたほうがよい)。 -[[CentOS 外部レポジトリの追加(EPEL):http://www.tooyama.org/yum-addrepo-epel.html]] **インストール [#a806ffca] -64bit版の場合。 # rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm -32bit版の場合。 # rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm **設定 [#qe84f940] -デフォルトでenabled=1なのでそのまま。 *Remi [#gfb660fc] **参考情報 [#j2220ce3] -MySQLとphpの最新版が提供されている。EPELに依存。 -[[RepoView: Les RPM de Remi:http://rpms.famillecollet.com/]]…公式 **インストール [#i4a64ccf] -32bit/64bit共通 # rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm **設定 [#f4efbc43] -デフォルトでenabled=0なのでそのまま。priority=1を追加(これがないとmysql5.5がインストールできない)。