* 非公式リポジトリ [#b35fbb17]
** 公式・非公式リポジトリ横断パッケージ検索 [#a9416228]
- http://pkgs.org/
** 非公式リポジトリ [#ya89f6fb]
*** ATrpms [#b578b51f]
http://atrpms.net/documentation/install/
rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
*** Atomic Archive - Atomicorp [#ie3510b9]
http://www.atomicorp.com/channels/
wget -q -O - http://www.atomicorp.com/installers/atomic | sh
** Remi [#g4278a99]
http://rpms.famillecollet.com/
*** インストール [#n924deef]
** Enterprise Linux 6 (with EPEL) i386 or x86_64 **
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
wget http://rpms.remirepo.net/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
# for RHEL only
rhn-channel --add --channel=rhel-$(uname -i)-server-optional-6
http://blog.remirepo.net/pages/Config-en
- 事前にEPELが必要。
- 詳しくは http://blog.remirepo.net/pages/Config-en