SSブログ

外部リポジトリの追加。 [サーバ立ち上げ準備]

外部リポジトリの追加。

■「yum」コマンドを使用するために。

 ど素人には段々ハードルが上がって参りました。(早っ!)
 CentOSにはパッケージをインストールするのに幾通りかの方法があるということですが、当方には不可解な依存関係というハードルがあり、これを解決してくれるのが「yum」コマンドを使用したインストールです。
 これを利用するための知識や準備を書き残しておきます。

■PGP-KEYのインストール。


[bibo-roku@centos ~]$ ls /etc/pki/rpm-gpg/ ←「rpm-gpg」ディレクトリ確認。
RPM-GPG-KEY-CentOS-6        RPM-GPG-KEY-CentOS-Security-6 ←4ファイル。
RPM-GPG-KEY-CentOS-Debug-6  RPM-GPG-KEY-CentOS-Testing-6

 パッケージにはリリース元により署名が含まれており、これをインストール時にチェックすることにより信頼性を担保しているとのこと。
 チェックにはリリース元が公開しているGPG公開鍵が必要で、CentOSには「/etc/pki/rpm-gpg」に用意してあります。

■GPG公開鍵のインポート。


[bibo-roku@centos rpm-gpg]$ sudo rpm --import RPM-GPG-KEY-CentOS-6 
[sudo] password for bibo-roku: 
[bibo-roku@centos rpm-gpg]$ sudo rpm --import RPM-GPG-KEY-CentOS-Debug-6
[bibo-roku@centos rpm-gpg]$ sudo rpm --import RPM-GPG-KEY-CentOS-Security-6 
[bibo-roku@centos rpm-gpg]$ sudo rpm --import RPM-GPG-KEY-CentOS-Testing-6


 ファイルを取り込めばシステム共通に参照できるGPG公開鍵にできますが、鍵は取り込まれておらず、明示的に取り込む(インポート)必要があるとのこと。
「rpm --import」コマンドでインポートします。他のパッケージには他のGPG公開鍵が必要になります。

[bibo-roku@centos rpm-gpg]$ sudo rpm --import RPM-GPG-KEY-CentOS-S# CentOS-Base.repo

#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base] ←リポジトリID。リポジトリの指定、出力情報に使用。
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 ←GPG公開鍵


 ファイルからはリポジトリID「base」だけを抜粋しました。
 リポジトリとはパッケージファイルの置き場所のことで、上記のデフォルトのリポジトリだけでなく、外部のリポジトリも存在します。
リポジトリごとに揃えてあるパッケージの種類やバージョンが異なるので、使い分ける必要があるとのこと。

■インストールされているリポジトリの確認。


[bibo-roku@centos ~]$ sudo yum repolist all
読み込んだプラグイン:fastestmirror
base                                       | 3.7 kB     00:00     base/primary_db                            | 3.6 MB     00:00     extras                                     | 3.4 kB     00:00     extras/primary_db                          |  29 kB     00:00     updates                                    | 3.4 kB     00:00     updates/primary_db                         | 2.6 MB     00:00     リポジトリー ID        リポジトリー名                  状態
C6.0-base              CentOS-6.0 - Base               無効
C6.0-centosplus        CentOS-6.0 - CentOSPlus         無効
C6.0-contrib           CentOS-6.0 - Contrib            無効
C6.0-extras            CentOS-6.0 - Extras             無効
C6.0-updates           CentOS-6.0 - Updates            無効
C6.1-base              CentOS-6.1 - Base               無効
C6.1-centosplus        CentOS-6.1 - CentOSPlus         無効
C6.1-contrib           CentOS-6.1 - Contrib            無効
C6.1-extras            CentOS-6.1 - Extras             無効
C6.1-updates           CentOS-6.1 - Updates            無効
C6.2-base              CentOS-6.2 - Base               無効
C6.2-centosplus        CentOS-6.2 - CentOSPlus         無効
C6.2-contrib           CentOS-6.2 - Contrib            無効
C6.2-extras            CentOS-6.2 - Extras             無効
C6.2-updates           CentOS-6.2 - Updates            無効
C6.3-base              CentOS-6.3 - Base               無効
C6.3-centosplus        CentOS-6.3 - CentOSPlus         無効
C6.3-contrib           CentOS-6.3 - Contrib            無効
C6.3-extras            CentOS-6.3 - Extras             無効
C6.3-updates           CentOS-6.3 - Updates            無効
C6.4-base              CentOS-6.4 - Base               無効
C6.4-centosplus        CentOS-6.4 - CentOSPlus         無効
C6.4-contrib           CentOS-6.4 - Contrib            無効
C6.4-extras            CentOS-6.4 - Extras             無効
C6.4-updates           CentOS-6.4 - Updates            無効
C6.5-base              CentOS-6.5 - Base               無効
C6.5-centosplus        CentOS-6.5 - CentOSPlus         無効
C6.5-contrib           CentOS-6.5 - Contrib            無効
C6.5-extras            CentOS-6.5 - Extras             無効
C6.5-updates           CentOS-6.5 - Updates            無効
base                   CentOS-6 - Base                 有効: 4,926base-debuginfo         CentOS-6 - Debuginfo            無効
c6-media               CentOS-6 - Media                無効
centosplus             CentOS-6 - Plus                 無効
contrib                CentOS-6 - Contrib              無効
extras                 CentOS-6 - Extras               有効:    34fasttrack              CentOS-6 - fasttrack            無効
updates                CentOS-6 - Updates              有効:   753repolist: 5,713
「有効」となっているリポジトリIDは使用できる状態です。
そこからパッケージをもってくると言うことでしょう。

■外部リポジトリのインストール。


  RPMforge のインストール。
[bibo-roku@centos ~]$ sudo rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt ←GPG公開鍵のインストール。
 
[bibo-roku@centos ~]$ sudo rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm ←「rpmforge」のリポジトリをインストール。
http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm を取得中
準備中...                ########################################### [100%]
   1:rpmforge-release       ########################################### [100%]
   
[bibo-roku@centos ~]$ sudo rpm -q rpmforge-release ←インストールの確認。
rpmforge-release-0.5.3-1.el6.rf.i686 ←インストールされている。

[bibo-roku@centos ~]$ ls /etc/pki/rpm-gpg/ ←GPG公開鍵の確認。
RPM-GPG-KEY-CentOS-6           RPM-GPG-KEY-CentOS-Testing-6
RPM-GPG-KEY-CentOS-Debug-6     RPM-GPG-KEY-rpmforge-dag
RPM-GPG-KEY-CentOS-Security-6  RPM-GPG-KEY-rpmforge-fabian


 EPEL のインストール。
[bibo-roku@centos ~]$ rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6 ←GPG公開キーのインストール。

[bibo-roku@centos ~]$ sudo rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm を取得中
準備中...                ########################################### [100%]
   1:epel-release                                                       (  ########################################### [100%]
   
[bibo-roku@centos ~]$ sudo rpm -q epel-release ←インストールの確認。
epel-release-6-8.noarch ←インストールされている。

[bibo-roku@centos ~]$ ls /etc/pki/rpm-gpg/ ←GPG公開鍵の確認。
RPM-GPG-KEY-CentOS-6           RPM-GPG-KEY-EPEL-6
RPM-GPG-KEY-CentOS-Debug-6     RPM-GPG-KEY-rpmforge-dag
RPM-GPG-KEY-CentOS-Security-6  RPM-GPG-KEY-rpmforge-fabian
RPM-GPG-KEY-CentOS-Testing-6


 ELRepo のインストール。
[bibo-roku@centos ~]$ sudo rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org ←GPG公開鍵のインストール。

[bibo-roku@centos ~]$ sudo rpm -ivh http://elrepo.org/elrepo-release-6-5.el6.elrepo.noarch.rpm
http://elrepo.org/elrepo-release-6-5.el6.elrepo.noarch.rpm を取得中
準備中...                ########################################### [100%]
     1:elrepo-release        ########################################### [100%]
     
[bibo-roku@centos ~]$ sudo rpm -q elrepo-release ←インストールの確認。
elrepo-release-6-5.el6.elrepo.noarch ←インストールされている。

[bibo-roku@centos ~]$ ls /etc/pki/rpm-gpg/ ←GPG公開鍵の確認。
RPM-GPG-KEY-CentOS-6           RPM-GPG-KEY-EPEL-6
RPM-GPG-KEY-CentOS-Debug-6     RPM-GPG-KEY-elrepo.org
RPM-GPG-KEY-CentOS-Security-6  RPM-GPG-KEY-rpmforge-dag
RPM-GPG-KEY-CentOS-Testing-6   RPM-GPG-KEY-rpmforge-fabian


 Remi のインストール。
[bibo-roku@centos ~]$ sudo rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi ←GPG公開キーのインストール。

[bibo-roku@centos ~]$ sudo rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
http://rpms.famillecollet.com/enterprise/remi-release-6.rpm を取得中
準備中...                ########################################### [100%]
      1:remi-release        ########################################### [100%]

[bibo-roku@centos ~]$ sudo rpm -q remi-release ←インストールの確認。
remi-release-6.5-1.el6.remi.noarch ←インストールされている。

[bibo-roku@centos ~]$ ls /etc/pki/rpm-gpg/ ←GPG公開鍵の確認。
RPM-GPG-KEY-CentOS-6           RPM-GPG-KEY-elrepo.org
RPM-GPG-KEY-CentOS-Debug-6     RPM-GPG-KEY-remi
RPM-GPG-KEY-CentOS-Security-6  RPM-GPG-KEY-rpmforge-dag
RPM-GPG-KEY-CentOS-Testing-6   RPM-GPG-KEY-rpmforge-fabian
RPM-GPG-KEY-EPEL-6


 CentALT のインストール。
[bibo-roku@centos ~]$ sudo rpm -Uvh http://centos.alt.ru/pub/repository/centos/6/i386/centalt-release-6-1.noarch.rpm
http://centos.alt.ru/pub/repository/centos/6/i386/centalt-release-6-1.noarch.rpm を取得中
準備中...                ########################################### [100%]
      1:centalt-release        ########################################### [100%]

[bibo-roku@centos ~]$ sudo rpm -q centalt-release ←インストールの確認。
centalt-release-6-1.noarch ←インストールされている。

[bibo-roku@centos ~]$ ls /etc/yum.repos.d/ ←リポジトリの確認。
CentOS-Base.repo       epel-testing.repo
CentOS-Debuginfo.repo  epel.repo
CentOS-Media.repo      mirrors-rpmforge
CentOS-Vault.repo      mirrors-rpmforge-extras
CentOS-fasttrack.repo  mirrors-rpmforge-testing
centalt.repo           remi.repo
elrepo.repo            rpmforge.repo


 RPMFusion のインストール。
[bibo-roku@centos ~]$ sudo gpg --keyserver pgp.mit.edu --recv-keys 849c449f ←GPG公開鍵のインストール。
[sudo] password for bibo-roku: 
gpg: ディレクトリー「/root/.gnupg」ができました
gpg: 新しい構成ファイル「/root/.gnupg/gpg.conf」ができました
gpg: 警告: 「/root/.gnupg/gpg.conf」のオプションは起動している間、有効になりません
gpg: 鍵輪「/root/.gnupg/secring.gpg」ができました
gpg: 鍵輪「/root/.gnupg/pubring.gpg」ができました
gpg: 鍵849C449Fをhkpからサーバーpgp.mit.eduに要求
gpg: /root/.gnupg/trustdb.gpg: 信用データベースができました
gpg: 鍵849C449F: 公開鍵“RPM Fusion free repository for EL (6) ”を読み込みました
gpg:     処理数の合計: 1
gpg:           読込み: 1  (RSA: 1)
[bibo-roku@centos ~]$ sudo gpg --keyserver pgp.mit.edu --recv-keys 5568bbb2 ←GPG公開鍵のインストール。
gpg: 鍵5568BBB2をhkpからサーバーpgp.mit.eduに要求
gpg: 鍵5568BBB2: 公開鍵“RPM Fusion nonfree repository for EL (6) ”を読み込みました
gpg:     処理数の合計: 1
gpg:           読込み: 1  (RSA: 1)

[bibo-roku@centos ~]$ sudo yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm ←yumでインストール。
読み込んだプラグイン:fastestmirror
ローカルパッケージ処理の設定をしています
rpmfusion-free-release-6-1.noarch.rpm      | 5.9 kB     00:00     /var/tmp/yum-root-_8DD4w/rpmfusion-free-release-6-1.noarch.rpm を調べています: rpmfusion-free-release-6-1.noarch
/var/tmp/yum-root-_8DD4w/rpmfusion-free-release-6-1.noarch.rpm をインストール済みとして設定しています
Determining fastest mirrors
epel/metalink                              | 4.7 kB     00:00      * base: ftp.iij.ad.jp
 * elrepo: ftp.ne.jp
 * epel: ftp.kddilabs.jp
 * extras: ftp.iij.ad.jp
 * rpmforge: ftp.kddilabs.jp
 * updates: ftp.iij.ad.jp
CentALT                                    |  951 B     00:00     CentALT/primary                            | 100 kB     00:02     CentALT                                                   314/314
elrepo                                     | 2.9 kB     00:00     elrepo/primary_db                          | 699 kB     00:00     epel                                       | 4.4 kB     00:00     http://ftp.kddilabs.jp/Linux/packages/fedora/epel/6/i386/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel他のミラーを試します。
epel                                       | 4.4 kB     00:00     epel/primary_db                            | 5.4 MB     00:00     rpmforge                                   | 1.9 kB     00:00     rpmforge/primary_db                        | 2.8 MB     00:00     rpmfusion-nonfree-release-6-1.noarch.rpm   | 6.0 kB     00:00     /var/tmp/yum-root-_8DD4w/rpmfusion-nonfree-release-6-1.noarch.rpm を調べています: rpmfusion-nonfree-release-6-1.noarch
/var/tmp/yum-root-_8DD4w/rpmfusion-nonfree-release-6-1.noarch.rpm をインストール済みとして設定しています
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package rpmfusion-free-release.noarch 0:6-1 will be インストール
---> Package rpmfusion-nonfree-release.noarch 0:6-1 will be インストール
--> 依存性解決を終了しました。

依存性を解決しました

================================================================== パッケージ
           アーキテクチャ
                  バージョン
                      リポジトリー                           容量
==================================================================インストールしています:
 rpmfusion-free-release
           noarch 6-1 /rpmfusion-free-release-6-1.noarch    3.7 k
 rpmfusion-nonfree-release
           noarch 6-1 /rpmfusion-nonfree-release-6-1.noarch 3.8 k

トランザクションの要約
==================================================================インストール         2 パッケージ

合計容量: 7.5 k
インストール済み容量: 7.5 k
これでいいですか? [y/N]y
パッケージをダウンロードしています:
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
警告: RPMDB は yum 以外で変更されました。
  インストールしています  : rpmfusion-free-release-6-1.noar   1/2   インストールしています  : rpmfusion-nonfree-release-6-1.n   2/2   Verifying               : rpmfusion-nonfree-release-6-1.n   1/2   Verifying               : rpmfusion-free-release-6-1.noar   2/2 
インストール:
  rpmfusion-free-release.noarch 0:6-1                               rpmfusion-nonfree-release.noarch 0:6-1                          
完了しました!

[bibo-roku@centos ~]$ ls /etc/yum.repos.d/ ←リポジトリの確認。
CentOS-Base.repo       mirrors-rpmforge
CentOS-Debuginfo.repo  mirrors-rpmforge-extras
CentOS-Media.repo      mirrors-rpmforge-testing
CentOS-Vault.repo      remi.repo
CentOS-fasttrack.repo  rpmforge.repo
centalt.repo           rpmfusion-free-updates-testing.repo
elrepo.repo            rpmfusion-free-updates.repo
epel-testing.repo      rpmfusion-nonfree-updates-testing.repo
epel.repo              rpmfusion-nonfree-updates.repo


 IUS のインストール。
[bibo-roku@centos ~]$ sudo yum localinstall http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/i386/ius-release-1.0-13.ius.centos6.noarch.rpm ←yumでインストール。
[sudo] password for bibo-roku: 
読み込んだプラグイン:fastestmirror
ローカルパッケージ処理の設定をしています
ius-release-1.0-13.ius.centos6.noarch.rpm  | 8.0 kB     00:00     /var/tmp/yum-root-_8DD4w/ius-release-1.0-13.ius.centos6.noarch.rpm を調べています: ius-release-1.0-13.ius.centos6.noarch
/var/tmp/yum-root-_8DD4w/ius-release-1.0-13.ius.centos6.noarch.rpm をインストール済みとして設定しています
Loading mirror speeds from cached hostfile
 * base: ftp.iij.ad.jp
 * elrepo: ftp.ne.jp
 * epel: ftp.kddilabs.jp
 * extras: ftp.iij.ad.jp
 * rpmforge: ftp.kddilabs.jp
 * rpmfusion-free-updates: mirror.bjtu.edu.cn
 * rpmfusion-nonfree-updates: mirror.bjtu.edu.cn
 * updates: ftp.iij.ad.jp
rpmfusion-free-updates                     | 2.7 kB     00:00     rpmfusion-free-updates/primary_db          | 189 kB     00:01     rpmfusion-nonfree-updates                  | 2.2 kB     00:00     rpmfusion-nonfree-updates/primary_db       |  46 kB     00:00     依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package ius-release.noarch 0:1.0-13.ius.centos6 will be インストール
--> 依存性解決を終了しました。

依存性を解決しました

================================================================== パッケージ
       アーキテクチャ
              バージョン
                     リポジトリー                            容量
==================================================================インストールしています:
 ius-release
       noarch 1.0-13.ius.centos6
                     /ius-release-1.0-13.ius.centos6.noarch 8.3 k

トランザクションの要約
==================================================================インストール         1 パッケージ

合計容量: 8.3 k
インストール済み容量: 8.3 k
これでいいですか? [y/N]y
パッケージをダウンロードしています:
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
  インストールしています  : ius-release-1.0-13.ius.centos6.   1/1   Verifying               : ius-release-1.0-13.ius.centos6.   1/1 
インストール:
  ius-release.noarch 0:1.0-13.ius.centos6                         
完了しました!

[bibo-roku@centos ~]$ ls /etc/yum.repos.d/ ←リポジトリの確認。
CentOS-Base.repo       ius-testing.repo
CentOS-Debuginfo.repo  ius.repo
CentOS-Media.repo      mirrors-rpmforge
CentOS-Vault.repo      mirrors-rpmforge-extras
CentOS-fasttrack.repo  mirrors-rpmforge-testing
centalt.repo           remi.repo
elrepo.repo            rpmforge.repo
epel-testing.repo      rpmfusion-free-updates-testing.repo
epel.repo              rpmfusion-free-updates.repo
ius-archive.repo       rpmfusion-nonfree-updates-testing.repo
ius-dev.repo           rpmfusion-nonfree-updates.repo

「epel」は他のリポジトリにに依存されることもあるので、EPELのリポジトリは登録必須かと。
 後半のリポジトリのインストールは方法が異なりますが、重要なのは設定の方だと思うので、楽な方法を選べば問題ないありません。
 リポジトリは自分でも作れるそうなのでいくつ存在するかは不明ですが、有効、無効、プライオリティといった管理もあるので、あまり多くなくても良いかなと思います。

■再度インストールされているリポジトリの確認。


[bibo-roku@centos ~]$ sudo yum repolist all
[sudo] password for bibo-roku: 
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.iij.ad.jp
 * elrepo: ftp.ne.jp
 * epel: ftp.kddilabs.jp
 * extras: ftp.iij.ad.jp
 * ius: ftp.neowiz.com
 * rpmforge: ftp.kddilabs.jp
 * rpmfusion-free-updates: mirrors.ustc.edu.cn
 * rpmfusion-nonfree-updates: mirrors.ustc.edu.cn
 * updates: ftp.iij.ad.jp
ius                                        | 2.1 kB     00:00     ius/primary_db                             | 180 kB     00:02     リポジトリー ID                             リポジトリ 状態
C6.0-base                                   CentOS-6.0 無効
C6.0-centosplus                             CentOS-6.0 無効
C6.0-contrib                                CentOS-6.0 無効
C6.0-extras                                 CentOS-6.0 無効
C6.0-updates                                CentOS-6.0 無効
C6.1-base                                   CentOS-6.1 無効
C6.1-centosplus                             CentOS-6.1 無効
C6.1-contrib                                CentOS-6.1 無効
C6.1-extras                                 CentOS-6.1 無効
C6.1-updates                                CentOS-6.1 無効
C6.2-base                                   CentOS-6.2 無効
C6.2-centosplus                             CentOS-6.2 無効
C6.2-contrib                                CentOS-6.2 無効
C6.2-extras                                 CentOS-6.2 無効
C6.2-updates                                CentOS-6.2 無効
C6.3-base                                   CentOS-6.3 無効
C6.3-centosplus                             CentOS-6.3 無効
C6.3-contrib                                CentOS-6.3 無効
C6.3-extras                                 CentOS-6.3 無効
C6.3-updates                                CentOS-6.3 無効
C6.4-base                                   CentOS-6.4 無効
C6.4-centosplus                             CentOS-6.4 無効
C6.4-contrib                                CentOS-6.4 無効
C6.4-extras                                 CentOS-6.4 無効
C6.4-updates                                CentOS-6.4 無効
C6.5-base                                   CentOS-6.5 無効
C6.5-centosplus                             CentOS-6.5 無効
C6.5-contrib                                CentOS-6.5 無効
C6.5-extras                                 CentOS-6.5 無効
C6.5-updates                                CentOS-6.5 無効
CentALT                                     CentALT Pa 有効:   314base                                        CentOS-6 - 有効: 4,926base-debuginfo                              CentOS-6 - 無効
c6-media                                    CentOS-6 - 無効
centosplus                                  CentOS-6 - 無効
contrib                                     CentOS-6 - 無効
elrepo                                      ELRepo.org 有効:   301elrepo-extras                               ELRepo.org 無効
elrepo-kernel                               ELRepo.org 無効
elrepo-testing                              ELRepo.org 無効
epel                                        Extra Pack 有効: 9,296epel-debuginfo                              Extra Pack 無効
epel-source                                 Extra Pack 無効
epel-testing                                Extra Pack 無効
epel-testing-debuginfo                      Extra Pack 無効
epel-testing-source                         Extra Pack 無効
extras                                      CentOS-6 - 有効:    34fasttrack                                   CentOS-6 - 無効
ius                                         IUS Commun 有効:   338ius-archive                                 IUS Commun 無効
ius-archive-debuginfo                       IUS Commun 無効
ius-archive-source                          IUS Commun 無効
ius-debuginfo                               IUS Commun 無効
ius-dev                                     IUS Commun 無効
ius-dev-debuginfo                           IUS Commun 無効
ius-dev-source                              IUS Commun 無効
ius-source                                  IUS Commun 無効
ius-testing                                 IUS Commun 無効
ius-testing-debuginfo                       IUS Commun 無効
ius-testing-source                          IUS Commun 無効
remi                                        Les RPM de 無効
remi-debuginfo                              Les RPM de 無効
remi-php55                                  Les RPM de 無効
remi-php55-debuginfo                        Les RPM de 無効
remi-php56                                  Les RPM de 無効
remi-php56-debuginfo                        Les RPM de 無効
remi-test                                   Les RPM de 無効
remi-test-debuginfo                         Les RPM de 無効
rpmforge                                    RHEL 6 - R 有効: 4,792rpmforge-extras                             RHEL 6 - R 無効
rpmforge-testing                            RHEL 6 - R 無効
rpmfusion-free-updates                      RPM Fusion 有効:   215rpmfusion-free-updates-debuginfo            RPM Fusion 無効
rpmfusion-free-updates-source               RPM Fusion 無効
rpmfusion-free-updates-testing              RPM Fusion 無効
rpmfusion-free-updates-testing-debuginfo    RPM Fusion 無効
rpmfusion-free-updates-testing-source       RPM Fusion 無効
rpmfusion-nonfree-updates                   RPM Fusion 有効:    58rpmfusion-nonfree-updates-debuginfo         RPM Fusion 無効
rpmfusion-nonfree-updates-source            RPM Fusion 無効

rpmfusion-nonfree-updates-testing           RPM Fusion 無効
rpmfusion-nonfree-updates-testing-debuginfo RPM Fusion 無効
rpmfusion-nonfree-updates-testing-source    RPM Fusion 無効
updates                                     CentOS-6 - 有効:   753repolist: 21,027
「有効」となっているリポジトリIDが大分増えています。
 外部レポジトリを導入すると上位ベンダーやCentOSとの互換性が失われる他、標準パッケージの構成では起こりえない問題が発生することがあるとのこと。
注意が必要ですね。


nice!(0)  コメント(2)  トラックバック(0) 
共通テーマ:パソコン・インターネット

nice! 0

コメント 2

Arielle

I think everything posted was actually very logical.
However, think on this, suppose you added a little information?
I mean, I don't want to tell you how to run your blog,
however what if you added something that grabbed people's
attention? I mean 外部リポジトリの追加。:ど素人のCentOSびぼーろく:So-netブログ is kinda vanilla.
You should glance at Yahoo's home page and note
how they create article headlines to grab people to open the links.
You might try adding a video or a pic or two to grab people interested about everything've written. Just my opinion, it might
bring your blog a little livelier.
by Arielle (2018-03-29 05:31) 

MatSloxia

Buy Nexium From Mexico Preis Viagra 50 Mg Pfizer Viagra GСЂВ nСЂВ rique QuСЂВ bec <a href=http://cialicheap.com>cialis online</a> Amoxicillin Yeast Infections
by MatSloxia (2018-09-20 08:08) 

コメントを書く

お名前:
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。

トラックバック 0

ホスト名の変更リポジトリの編集。 ブログトップ

この広告は前回の更新から一定期間経過したブログに表示されています。更新すると自動で解除されます。