CentOS6/外部リポジトリの追加
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(CentOS6,外部リポジトリの追加,epel,remi,rpmforge);
*目次 [#h77eb0ef]
#contents
*参考情報 [#dadc77be]
-[[CentOS6]]
-[[CentOS 5 / Scientific Linux 5 でサーバー構築:http://ww...
-[[yumリポジトリ追加リスト 完全版 - Qiita:https://qiita.c...
*関連ページ [#o9c36b32]
-[[./古い情報]]
*EPEL [#ve813b0d]
**インストール [#u541fc32]
以下のコマンドでインストール
yum install epel-release
*REMI [#zad2f202]
**インストール [#v38dbc53]
以下のコマンドでインストール
yum install http://rpms.famillecollet.com/enterprise/rem...
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://...
#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...
}}
*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...
**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(CentOS6,外部リポジトリの追加,epel,remi,rpmforge);
*目次 [#h77eb0ef]
#contents
*参考情報 [#dadc77be]
-[[CentOS6]]
-[[CentOS 5 / Scientific Linux 5 でサーバー構築:http://ww...
-[[yumリポジトリ追加リスト 完全版 - Qiita:https://qiita.c...
*関連ページ [#o9c36b32]
-[[./古い情報]]
*EPEL [#ve813b0d]
**インストール [#u541fc32]
以下のコマンドでインストール
yum install epel-release
*REMI [#zad2f202]
**インストール [#v38dbc53]
以下のコマンドでインストール
yum install http://rpms.famillecollet.com/enterprise/rem...
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://...
#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...
}}
*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...
**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
ページ名: