検証のためnginxをyumでインストール。環境はCentOS6.10です。
#yum install nginx
問題なくインストールできたら起動してみる。
# service nginx start
nginx を起動中: [ OK ]
ローカルPCからなら http://localhost で確認できます。

以下はインストール時のログです。
[root@cent6 /]# yum install nginx
読み込んだプラグイン:fastestmirror, refresh-packagekit, security
インストール処理の設定をしています
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* epel: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package nginx.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: nginx-filesystem = 1.10.2-1.el6 のパッケージ: nginx-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: nginx-all-modules = 1.10.2-1.el6 のパッケージ: nginx-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: nginx-filesystem のパッケージ: nginx-1.10.2-1.el6.x86_64
--> トランザクションの確認を実行しています。
---> Package nginx-all-modules.noarch 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: nginx-mod-stream = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-mail = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-xslt-filter = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-perl = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-image-filter = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-geoip = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
---> Package nginx-filesystem.noarch 0:1.10.2-1.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package nginx-mod-http-geoip.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: GeoIP のパッケージ: nginx-mod-http-geoip-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: libGeoIP.so.1()(64bit) のパッケージ: nginx-mod-http-geoip-1.10.2-1.el6.x86_64
---> Package nginx-mod-http-image-filter.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: gd のパッケージ: nginx-mod-http-image-filter-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: libgd.so.2()(64bit) のパッ[root@cent6 openssl-1.1.1]# service nginx start
nginx を起動中: [ OK ]
[root@cent6 openssl-1.1.1]#
ケージ: nginx-mod-http-image-filter-1.10.2-1.el6.x86_64
---> Package nginx-mod-http-perl.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-http-xslt-filter.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-mail.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-stream.x86_64 0:1.10.2-1.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP.x86_64 0:1.6.5-1.el6 will be インストール
--> 依存性の処理をしています: geoipupdate のパッケージ: GeoIP-1.6.5-1.el6.x86_64
--> 依存性の処理をしています: GeoIP-data のパッケージ: GeoIP-1.6.5-1.el6.x86_64
---> Package gd.x86_64 0:2.0.35-11.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP-GeoLite-data.noarch 0:2018.04-1.el6 will be インストール
--> 依存性の処理をしています: GeoIP-GeoLite-data-extra = 2018.04-1.el6 のパッケージ: GeoIP-GeoLite-data-2018.04-1.el6.noarch
---> Package geoipupdate.x86_64 0:2.2.1-2.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP-GeoLite-data-extra.noarch 0:2018.04-1.el6 will be インストール
--> 依存性解決を終了しました。
依存性を解決しました
================================================================================
パッケージ アーキテクチャ
バージョン リポジトリー
容量
================================================================================
インストールしています:
nginx x86_64 1.10.2-1.el6 epel 462 k
依存性関連でのインストールをします。:
GeoIP x86_64 1.6.5-1.el6 epel 113 k
GeoIP-GeoLite-data noarch 2018.04-1.el6 epel 547 k
GeoIP-GeoLite-data-extra noarch 2018.04-1.el6 epel 26 M
gd x86_64 2.0.35-11.el6 base 142 k
geoipupdate x86_64 2.2.1-2.el6 epel 28 k
nginx-all-modules noarch 1.10.2-1.el6 epel 7.7 k
nginx-filesystem noarch 1.10.2-1.el6 epel 8.5 k
nginx-mod-http-geoip x86_64 1.10.2-1.el6 epel 14 k
nginx-mod-http-image-filter x86_64 1.10.2-1.el6 epel 16 k
nginx-mod-http-perl x86_64 1.10.2-1.el6 epel 26 k
nginx-mod-http-xslt-filter x86_64 1.10.2-1.el6 epel 16 k
nginx-mod-mail x86_64 1.10.2-1.el6 epel 43 k
nginx-mod-stream x86_64 1.10.2-1.el6 epel 36 k
トランザクションの要約
================================================================================
インストール 14 パッケージ
総ダウンロード容量: 27 M
インストール済み容量: 56 M
これでいいですか? [y/N]y
パッケージをダウンロードしています:
(1/14): GeoIP-1.6.5-1.el6.x86_64.rpm | 113 kB 00:00
(2/14): GeoIP-GeoLite-data-2018.04-1.el6.noarch.rpm | 547 kB 00:00
(3/14): GeoIP-GeoLite-data-extra-2018.04-1.el6.noarch.rp | 26 MB 00:23
(4/14): gd-2.0.35-11.el6.x86_64.rpm | 142 kB 00:00
(5/14): geoipupdate-2.2.1-2.el6.x86_64.rpm | 28 kB 00:00
(6/14): nginx-1.10.2-1.el6.x86_64.rpm | 462 kB 00:00
(7/14): nginx-all-modules-1.10.2-1.el6.noarch.rpm | 7.7 kB 00:00
(8/14): nginx-filesystem-1.10.2-1.el6.noarch.rpm | 8.5 kB 00:00
(9/14): nginx-mod-http-geoip-1.10.2-1.el6.x86_64.rpm | 14 kB 00:00
(10/14): nginx-mod-http-image-filter-1.10.2-1.el6.x86_64 | 16 kB 00:00
(11/14): nginx-mod-http-perl-1.10.2-1.el6.x86_64.rpm | 26 kB 00:00
(12/14): nginx-mod-http-xslt-filter-1.10.2-1.el6.x86_64. | 16 kB 00:00
(13/14): nginx-mod-mail-1.10.2-1.el6.x86_64.rpm | 43 kB 00:00
(14/14): nginx-mod-stream-1.10.2-1.el6.x86_64.rpm | 36 kB 00:00
--------------------------------------------------------------------------------
合計 [root@cent6 openssl-1.1.1]# yum install nginx
読み込んだプラグイン:fastestmirror, refresh-packagekit, security
インストール処理の設定をしています
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* epel: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package nginx.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: nginx-filesystem = 1.10.2-1.el6 のパッケージ: nginx-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: nginx-all-modules = 1.10.2-1.el6 のパッケージ: nginx-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: nginx-filesystem のパッケージ: nginx-1.10.2-1.el6.x86_64
--> トランザクションの確認を実行しています。
---> Package nginx-all-modules.noarch 0:1.10.2-1.el6 will b[root@cent6 openssl-1.1.1]# service nginx start
nginx を起動中: [ OK ]
[root@cent6 openssl-1.1.1]#
e インストール
--> 依存性の処理をしています: nginx-mod-stream = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-mail = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-xslt-filter = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-perl = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-image-filter = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-geoip = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
---> Package nginx-filesystem.noarch 0:1.10.2-1.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package nginx-mod-http-geoip.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: GeoIP のパッケージ: nginx-mod-http-g[root@cent6 openssl-1.1.1]# service nginx start
nginx を起動中: [ OK ]
[root@cent6 openssl-1.1.1]#
eoip-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: libGeoIP.so.1()(64bit) のパッケージ: nginx-mod-http-geoip-1.10.2-1.el6.x86_64
---> Package nginx-mod-http-image-filter.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: gd のパッケージ: nginx-mod-http-image-filter-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: libgd.so.2()(64bit) のパッケージ: nginx-mod-http-image-filter-1.10.2-1.el6.x86_64
---> Package nginx-mod-http-perl.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-http-xslt-filter.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-mail.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-stream.x86_64 0:1.10.2-1.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP.x86_64 0:1.6.5-1.el6 will be インストール
--> 依存性の処理をしています: geoipupdate のパッケージ: GeoIP-1.6.5-1.el6.x86_64
--> 依存性の処理をしています: GeoIP-data のパッケージ: GeoIP-1.6.5-1.el6.x86_64
---> Package gd.x86_64 0:2.0.35-11.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP-GeoLite-data.noarch 0:2018.04-1.el6 will be インストール
--> 依存性の処理をしています: GeoIP-GeoLite-data-extra = 2018.04-1.el6 のパッケージ: GeoIP-GeoLite-data-2018.04-1.el6.noarch
---> Package geoipupdate.x86_64 0:2.2.1-2.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP-GeoLite-data-extra.noarch 0:2018.04-1.el6 will be インストール
--> 依存性解決を終了しました。
依存性を解決しました
================================================================================
パッケージ アーキテクチャ
バージョン リポジトリー
容量
================================================================================
インストールしています:
nginx x86_64 1.10.2-1.el6 epel 462 k
依存性関連でのインストールをします。:
GeoIP x86_64 1.6.5-1.el6 epel 113 k
GeoIP-GeoLite-data noarch 2018.04-1.el6 epel 547 k
GeoIP-GeoLite-data-extra noarch 2018.04-1.el6 epel 26 M
gd x86_64 2.0.35-11.el6 base 142 k
geoipupdate x86_64 2.2.1-2.el6 epel 28 k
nginx-all-modules noarch 1.10.2-1.el6 epel 7.7 k
nginx-filesystem noarch 1.10.2-1.el6 epel 8.5 k
nginx-mod-http-geoip x86_64 1.10.2-1.el6 epel 14 k
nginx-mod-http-image-filter x86_64 1.10.2-1.el6 epel 16 k
nginx-mod-http-perl x86_64 1.10.2-1.el6 epel 26 k
nginx-mod-http-xslt-filter x86_64 1.10.2-1.el6 epel 16 k
nginx-mod-mail x86_64 1.10.2-1.el6 epel 43 k
nginx-mod-stream x86_64 1.10.2-1.el6 epel 36 k
トランザクションの要約
================================================================================
インストール 14 パッケージ
総ダウンロード容量: 27 M
インストール済み容量: 56 M
これでいいですか? [y/N]y
パッケージをダウンロードしています:
(1/14): GeoIP-1.6.5-1.el6.x86_64.rpm | 113 kB 00:00
(2/14): GeoIP-GeoLite-data-2018.04-1.el6.noarch.rpm | 547 kB 00:00
(3/14): GeoIP-GeoLite-data-extra-2018.04-1.el6.noarch.rp | 26 MB 00:23
(4/14): gd-2.0.35-11.el6.x86_64.rpm | 142 kB 00:00
(5/14): geoipupdate-2.2.1-2.el6.x86_64.rpm | 28 kB 00:00
(6/14): nginx-1.10.2-1.el6.x86_64.rpm | 462 kB 00:00
(7/14): nginx-all-modules-1.10.2-1.el6.noarch.rpm | 7.7 kB 00:00
(8/14): nginx-filesystem-1.10.2-1.el6.noarch.rpm | 8.5 kB 00:00
(9/14): nginx-mod-http-geoip-1.10.2-1.el6.x86_64.rpm | 14 kB 00:00
(10/14): nginx-mod-http-image-filter-1.10.2-1.el6.x86_64 | 16 kB 00:00
(11/14): nginx-mod-http-perl-1.10.2-1.el6.x86_64.rpm | 26 kB 00:00
(12/14): nginx-mod-http-xslt-filter-1.10.2-1.el6.x86_64. | 16 kB 00:00
(13/14): nginx-mod-mail-1.10.2-1.el6.x86_64.rpm | 43 kB 00:00
(14/14): nginx-mod-stream-1.10.2-1.el6.x86_64.rpm | 36 kB 00:00
--------------------------------------------------------------------------------
合計 1.1 MB/s | 27 MB 00:24
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
インストールしています : GeoIP-GeoLite-data-extra-2018.04-1.el6.noar 1/14
インストールしています : GeoIP-GeoLite-data-2018.04-1.el6.noarch 2/14
インストールしています : gd-2.0.35-11.el6.x86_64 3/14
インストールしています : nginx-filesystem-1.10.2-1.el6.noarch 4/14
インストールしています : geoipupdate-2.2.1-2.el6.x86_64 5/14
インストールしています : GeoIP-1.6.5-1.el6.x86_64 6/14
インストールしています : nginx-mod-http-geoip-1.10.2-1.el6.x86_64 7/14
インストールしています : nginx-mod-stream-1.10.2-1.el6.x86_64 8/14
インストールしています : nginx-mod-http-perl-1.10.2-1.el6.x86_64 9/14
インストールしています : nginx-mod-http-image-filter-1.10.2-1.el6.x8 10/14
インストールしています : nginx-mod-http-xslt-filter-1.10.2-1.el6.x86 11/14
インストールしています : nginx-1.10.2-1.el6.x86_64 12/14
インストールしています : nginx-mod-mail-1.10.2-1.el6.x86_64 13/14
インストールしています : nginx-all-modules-1.10.2-1.el6.noarch 14/14
Verifying : nginx-mod-mail-1.10.2-1.el6.x86_64 1/14
Verifying : GeoIP-1.6.5-1.el6.x86_64 2/14
Verifying : nginx-mod-http-geoip-1.10.2-1.el6.x86_64 3/14
Verifying : GeoIP-GeoLite-data-2018.04-1.el6.noarch 4/14
Verifying : nginx-mod-stream-1.10.2-1.el6.x86_64 5/14
Verifying : nginx-all-modules-1.10.2-1.el6.noarch 6/14
Verifying : nginx-mod-http-perl-1.10.2-1.el6.x86_64 7/14
Verifying : nginx-mod-http-image-filter-1.10.2-1.el6.x8 8/14
Verifying : nginx-1.10.2-1.el6.x86_64 9/14
Verifying : geoipupdate-2.2.1-2.el6.x86_64 10/14
Verifyi[root@cent6 openssl-1.1.1]# yum install nginx
読み込んだプラグイン:fastestmirror, refresh-packagekit, security
インストール処理の設定をしています
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* epel: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package nginx.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: nginx-filesystem = 1.10.2-1.el6 のパッケージ: nginx-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: nginx-all-modules = 1.10.2-1.el6 のパッケージ: nginx-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: nginx-filesystem のパッケージ: nginx-1.10.2-1.el6.x86_64
--> トランザクションの確認を実行しています。
---> Package nginx-all-modules.noarch 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: nginx-mod-stream = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-mail = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-xslt-filter = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-perl = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-image-filter = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-geoip = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
---> Package nginx-filesystem.noarch 0:1.10.2-1.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package nginx-mod-http-geoip.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: GeoIP のパッケージ: nginx-mod-http-geoip-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: libGeoIP.so.1()(64bit) のパッケージ: nginx-mod-http-geoip-1.10.2-1.el6.x86_64
---> Package nginx-mod-http-image-filter.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: gd のパッケージ: nginx-mod-http-image-filter-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: libgd.so.2()(64bit) のパッケージ: nginx-mod-http-image-filter-1.10.2-1.el6.x86_64
---> Package nginx-mod-http-perl.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-http-xslt-filter.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-mail.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-stream.x86_64 0:1.10.2-1.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP.x86_64 0:1.6.5-1.el6 will be インストール
--> 依存性の処理をしています: geoipupdate のパッケージ: GeoIP-1.6.5-1.el6.x86_64
--> 依存性の処理をしています: GeoIP-data のパッケージ: GeoIP-1.6.5-1.el6.x86_64
---> Package gd.x86_64 0:2.0.35-11.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP-GeoLite-data.noarch 0:2018.04-1.el6 will be インストール
--> 依存性の処理をしています: GeoIP-GeoLite-data-extra = 2018.04-1.el6 のパッケージ: GeoIP-GeoLite-data-2018.04-1.el6.noarch
---> Package geoipupdate.x86_64 0:2.2.1-2.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP-GeoLite-data-extra.noarch 0:2018.04-1.el6 will be インストール
--> 依存性解決を終了しました。
依存性を解決しました
================================================================================
パッケージ アーキテクチャ
バージョン リポジトリー
容量
================================================================================
インストールしています:
nginx x86_64 1.10.2-1.el6 epel 462 k
依存性関連でのインストールをします。:
GeoIP x86_64 1.6.5-1.el6 epel 113 k
GeoIP-GeoLite-data noarch 2018.04-1.el6 epel 547 k
GeoIP-GeoLite-data-extra noarch 2018.04-1.el6 epel 26 M
gd x86_64 2.0.35-11.el6 base 142 k
geoipupdate x86_64 2.2.1-2.el6 epel 28 k
nginx-all-modules noarch 1.10.2-1.el6 epel 7.7 k
nginx-filesystem noarch 1.10.2-1.el6 epel 8.5 k
nginx-mod-http-geoip x86_64 1.10.2-1.el6 epel 14 k
nginx-mod-http-image-filter x86_64 1.10.2-1.el6 epel 16 k
nginx-mod-http-perl x86_64 1.10.2-1.el6 epel 26 k
nginx-mod-http-xslt-filter x86_64 1.10.2-1.el6 epel 16 k
nginx-mod-mail x86_64 1.10.2-1.el6 epel 43 k
nginx-mod-stream x86_64 1.10.2-1.el6 epel 36 k
トランザクションの要約
================================================================================
インストール 14 パッケージ
総ダウンロード容量: 27 M
インストール済み容量: 56 M
これでいいですか? [y/N]y
パッケージをダウンロードしています:
(1/14): GeoIP-1.6.5-1.el6.x86_64.rpm | 113 kB 00:00
(2/14): GeoIP-GeoLite-data-2018.04-1.el6.noarch.rpm | 547 kB 00:00
(3/14): GeoIP-GeoLite-data-extra-2018.04-1.el6.noarch.rp | 26 MB 00:23
(4/14): gd-2.0.35-11.el6.x86_64.rpm | 142 kB 00:00
(5/14): geoipupdate-2.2.1-2.el6.x86_64.rpm | 28 kB 00:00
(6/14): nginx-1.10.2-1.el6.x86_64.rpm | 462 kB 00:00
(7/14): nginx-all-modules-1.10.2-1.el6.noarch.rpm | 7.7 kB 00:00
(8/14): nginx-filesystem-1.10.2-1.el6.noarch.rpm | 8.5 kB 00:00
(9/14): nginx-mod-http-geoip-1.10.2-1.el6.x86_64.rpm | 14 kB 00:00
(10/14): nginx-mod-http-image-filter-1.10.2-1.el6.x86_64 | 16 kB 00:00
(11/14): nginx-mod-http-perl-1.10.2-1.el6.x86_64.rpm | 26 kB 00:00
(12/14): nginx-mod-http-xslt-filter-1.10.2-1.el6.x86_64. | 16 kB 00:00
(13/14): nginx-mod-mail-1.10.2-1.el6.x86_64.rpm | 43 kB 00:00
(14/14): nginx-mod-stream-1.10.2-1.el6.x86_64.rpm | 36 kB 00:00
--------------------------------------------------------------------------------
合計 1.1 MB/s | 27 MB 00:24
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
インストールしています : GeoIP-GeoLite-data-extra-2018.04-1.el6.noar 1/14
インストールしています : GeoIP-GeoLite-data-2018.04-1.el6.noarch 2/14
インストールしています : gd-2.0.35-11.el6.x86_64 3/14
インストールしています [root@cent6 openssl-1.1.1]# yum install nginx
読み込んだプラグイン:fastestmirror, refresh-packagekit, security
インストール処理の設定をしています
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* epel: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package nginx.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: nginx-filesystem = 1.10.2-1.el6 のパッケージ: nginx-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: nginx-all-modules = 1.10.2-1.el6 のパッケージ: nginx-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: nginx-filesystem のパッケージ: nginx-1.10.2-1.el6.x86_64
--> トランザクションの確認を実行しています。
---> Package nginx-all-modules.noarch 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: nginx-mod-stream = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-mail = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-xslt-filter = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-perl = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-image-filter = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
--> 依存性の処理をしています: nginx-mod-http-geoip = 1.10.2-1.el6 のパッケージ: nginx-all-modules-1.10.2-1.el6.noarch
---> Package nginx-filesystem.noarch 0:1.10.2-1.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package nginx-mod-http-geoip.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: GeoIP のパッケージ: nginx-mod-http-geoip-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: libGeoIP.so.1()(64bit) のパッケージ: nginx-mod-http-geoip-1.10.2-1.el6.x86_64
---> Package nginx-mod-http-image-filter.x86_64 0:1.10.2-1.el6 will be インストール
--> 依存性の処理をしています: gd のパッケージ: nginx-mod-http-image-filter-1.10.2-1.el6.x86_64
--> 依存性の処理をしています: libgd.so.2()(64bit) のパッケージ: nginx-mod-http-image-filter-1.10.2-1.el6.x86_64
---> Package nginx-mod-http-perl.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-http-xslt-filter.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-mail.x86_64 0:1.10.2-1.el6 will be インストール
---> Package nginx-mod-stream.x86_64 0:1.10.2-1.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP.x86_64 0:1.6.5-1.el6 will be インストール
--> 依存性の処理をしています: geoipupdate のパッケージ: GeoIP-1.6.5-1.el6.x86_64
--> 依存性の処理をしています: GeoIP-data のパッケージ: GeoIP-1.6.5-1.el6.x86_64
---> Package gd.x86_64 0:2.0.35-11.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP-GeoLite-data.noarch 0:2018.04-1.el6 will be インストール
--> 依存性の処理をしています: GeoIP-GeoLite-data-extra = 2018.04-1.el6 のパッケージ: GeoIP-GeoLite-data-2018.04-1.el6.noarch
---> Package geoipupdate.x86_64 0:2.2.1-2.el6 will be インストール
--> トランザクションの確認を実行しています。
---> Package GeoIP-GeoLite-data-extra.noarch 0:2018.04-1.el6 will be インストール
--> 依存性解決を終了しました。
依存性を解決しました
================================================================================
パッケージ アーキテクチャ
バージョン リポジトリー
容量
================================================================================
インストールしています:
nginx x86_64 1.10.2-1.el6 epel 462 k
依存性関連でのインストールをします。:
GeoIP x86_64 1.6.5-1.el6 epel 113 k
GeoIP-GeoLite-data noarch 2018.04-1.el6 epel 547 k
GeoIP-GeoLite-data-extra noarch 2018.04-1.el6 epel 26 M
gd x86_64 2.0.35-11.el6 base 142 k
geoipupdate x86_64 2.2.1-2.el6 epel 28 k
nginx-all-modules noarch 1.10.2-1.el6 epel 7.7 k
nginx-filesystem noarch 1.10.2-1.el6 epel 8.5 k
nginx-mod-http-geoip x86_64 1.10.2-1.el6 epel 14 k
nginx-mod-http-image-filter x86_64 1.10.2-1.el6 epel 16 k
nginx-mod-http-perl x86_64 1.10.2-1.el6 epel 26 k
nginx-mod-http-xslt-filter x86_64 1.10.2-1.el6 epel 16 k
nginx-mod-mail x86_64 1.10.2-1.el6 epel 43 k
nginx-mod-stream x86_64 1.10.2-1.el6 epel 36 k
トランザクションの要約
================================================================================
インストール 14 パッケージ
総ダウンロード容量: 27 M
インストール済み容量: 56 M
これでいいですか? [y/N]y
パッケージをダウンロードしています:
(1/14): GeoIP-1.6.5-1.el6.x86_64.rpm | 113 kB 00:00
(2/14): GeoIP-GeoLite-data-2018.04-1.el6.noarch.rpm | 547 kB 00:00
(3/14): GeoIP-GeoLite-data-extra-2018.04-1.el6.noarch.rp | 26 MB 00:23
(4/14): gd-2.0.35-11.el6.x86_64.rpm | 142 kB 00:00
(5/14): geoipupdate-2.2.1-2.el6.x86_64.rpm | 28 kB 00:00
(6/14): nginx-1.10.2-1.el6.x86_64.rpm | 462 kB 00:00
(7/14): nginx-all-modules-1.10.2-1.el6.noarch.rpm | 7.7 kB 00:00
(8/14): nginx-filesystem-1.10.2-1.el6.noarch.rpm | 8.5 kB 00:00
(9/14): nginx-mod-http-geoip-1.10.2-1.el6.x86_64.rpm | 14 kB 00:00
(10/14): nginx-mod-http-image-filter-1.10.2-1.el6.x86_64 | 16 kB 00:00
(11/14): nginx-mod-http-perl-1.10.2-1.el6.x86_64.rpm | 26 kB 00:00
(12/14): nginx-mod-http-xslt-filter-1.10.2-1.el6.x86_64. | 16 kB 00:00
(13/14): nginx-mod-mail-1.10.2-1.el6.x86_64.rpm | 43 kB 00:00
(14/14): nginx-mod-stream-1.10.2-1.el6.x86_64.rpm | 36 kB 00:00
--------------------------------------------------------------------------------
合計 1.1 MB/s | 27 MB 00:24
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
インストールしています : GeoIP-GeoLite-data-extra-2018.04-1.el6.noar 1/14
インストールしています : GeoIP-GeoLite-data-2018.04-1.el6.noarch 2/14
インストールしています : gd-2.0.35-11.el6.x86_64 3/14
インストールしています : nginx-filesystem-1.10.2-1.el6.noarch 4/14
インストールしています : geoipupdate-2.2.1-2.el6.x86_64 5/14
インストールしています : GeoIP-1.6.5-1.el6.x86_64 6/14
インストールしています : nginx-mod-http-geoip-1.10.2-1.el6.x86_64 7/14
インストールしています : nginx-mod-stream-1.10.2-1.el6.x86_64 8/14
インストールしています : nginx-mod-http-perl-1.10.2-1.el6.x86_64 9/14
インストールしています : nginx-mod-http-image-filter-1.10.2-1.el6.x8 10/14
インストールしています : nginx-mod-http-xslt-filter-1.10.2-1.el6.x86 11/14
インストールしています : nginx-1.10.2-1.el6.x86_64 12/14
インストールしています : nginx-mod-mail-1.10.2-1.el6.x86_64 13/14
インストールしています : nginx-all-modules-1.10.2-1.el6.noarch 14/14
Verifying : nginx-mod-mail-1.10.2-1.el6.x86_64 1/14
Verifying : GeoIP-1.6.5-1.el6.x86_64 2/14
Verifying : nginx-mod-http-geoip-1.10.2-1.el6.x86_64 3/14
Verifying : GeoIP-GeoLite-data-2018.04-1.el6.noarch 4/14
Verifying : nginx-mod-stream-1.10.2-1.el6.x86_64 5/14
Verifying : nginx-all-modules-1.10.2-1.el6.noarch 6/14
Verifying : nginx-mod-http-perl-1.10.2-1.el6.x86_64 7/14
Verifying : nginx-mod-http-image-filter-1.10.2-1.el6.x8 8/14
Verifying : nginx-1.10.2-1.el6.x86_64 9/14
Verifying : geoipupdate-2.2.1-2.el6.x86_64 10/14
Verifying : GeoIP-GeoLite-data-extra-2018.04-1.el6.noar 11/14
Verifying : nginx-filesystem-1.10.2-1.el6.noarch 12/14
Verifying : gd-2.0.35-11.el6.x86_64 13/14
Verifying : nginx-mod-http-xslt-filter-1.10.2-1.el6.x86 14/14
インストール:
nginx.x86_64 0:1.10.2-1.el6
依存性関連をインストールしました:
GeoIP.x86_64 0:1.6.5-1.el6
GeoIP-GeoLite-data.noarch 0:2018.04-1.el6
GeoIP-GeoLite-data-extra.noarch 0:2018.04-1.el6
gd.x86_64 0:2.0.35-11.el6
geoipupdate.x86_64 0:2.2.1-2.el6
nginx-all-modules.noarch 0:1.10.2-1.el6
nginx-filesystem.noarch 0:1.10.2-1.el6
nginx-mod-http-geoip.x86_64 0:1.10.2-1.el6
nginx-mod-http-image-filter.x86_64 0:1.10.2-1.el6
nginx-mod-http-perl.x86_64 0:1.10.2-1.el6
nginx-mod-http-xslt-filter.x86_64 0:1.10.2-1.el6
nginx-mod-mail.x86_64 0:1.10.2-1.el6
nginx-mod-stream.x86_64 0:1.10.2-1.el6
完了しました!
: nginx-filesystem-1.10.2-1.el6.noarch 4/14
インストールしています : geoipupdate-2.2.1-2.el6.x86_64 5/14
インストールしています : GeoIP-1.6.5-1.el6.x86_64 6/14
インストールしています : nginx-mod-http-geoip-1.10.2-1.el6.x86_64 7/14
インストールしています : nginx-mod-stream-1.10.2-1.el6.x86_64 8/14
インストールしています : nginx-mod-http-perl-1.10.2-1.el6.x86_64 9/14
インストールしています : nginx-mod-http-image-filter-1.10.2-1.el6.x8 10/14
インストールしています : nginx-mod-http-xslt-filter-1.10.2-1.el6.x86 11/14
インストールしています : nginx-1.10.2-1.el6.x86_64 12/14
インストールしています : nginx-mod-mail-1.10.2-1.el6.x86_64 13/14
インストールしています : nginx-all-modules-1.10.2-1.el6.noarch 14/14
Verifying : nginx-mod-mail-1.10.2-1.el6.x86_64 1/14
Verifying : GeoIP-1.6.5-1.el6.x86_64 2/14
Verifying : nginx-mod-http-geoip-1.10.2-1.el6.x86_64 3/14
Verifying : GeoIP-GeoLite-data-2018.04-1.el6.noarch 4/14
Verifying : nginx-mod-stream-1.10.2-1.el6.x86_64 5/14
Verifying : nginx-all-modules-1.10.2-1.el6.noarch 6/14
Verifying : nginx-mod-http-perl-1.10.2-1.el6.x86_64 7/14
Verifying : nginx-mod-http-image-filter-1.10.2-1.el6.x8 8/14
Verifying : nginx-1.10.2-1.el6.x86_64 9/14
Verifying : geoipupdate-2.2.1-2.el6.x86_64 10/14
Verifying : GeoIP-GeoLite-data-extra-2018.04-1.el6.noar 11/14
Verifying : nginx-filesystem-1.10.2-1.el6.noarch 12/14
Verifying : gd-2.0.35-11.el6.x86_64 13/14
Verifying : nginx-mod-http-xslt-filter-1.10.2-1.el6.x86 14/14
インストール:
nginx.x86_64 0:1.10.2-1.el6
依存性関連をインストールしました:
GeoIP.x86_64 0:1.6.5-1.el6
GeoIP-GeoLite-data.noarch 0:2018.04-1.el6
GeoIP-GeoLite-data-extra.noarch 0:2018.04-1.el6
gd.x86_64 0:2.0.35-11.el6
geoipupdate.x86_64 0:2.2.1-2.el6
nginx-all-modules.noarch 0:1.10.2-1.el6
nginx-filesystem.noarch 0:1.10.2-1.el6
nginx-mod-http-geoip.x86_64 0:1.10.2-1.el6
nginx-mod-http-image-filter.x86_64 0:1.10.2-1.el6
nginx-mod-http-perl.x86_64 0:1.10.2-1.el6
nginx-mod-http-xslt-filter.x86_64 0:1.10.2-1.el6
nginx-mod-mail.x86_64 0:1.10.2-1.el6
nginx-mod-stream.x86_64 0:1.10.2-1.el6
完了しました!
ng : GeoIP-GeoLite-data-extra-2018.04-1.el6.noar 11/14
Verifying : nginx-filesystem-1.10.2-1.el6.noarch 12/14
Verifying : gd-2.0.35-11.el6.x86_64 13/14
Verifying : nginx-mod-http-xslt-filter-1.10.2-1.el6.x86 14/14
インストール:
nginx.x86_64 0:1.10.2-1.el6
依存性関連をインストールしました:
GeoIP.x86_64 0:1.6.5-1.el6
GeoIP-GeoLite-data.noarch 0:2018.04-1.el6
GeoIP-GeoLite-data-extra.noarch 0:2018.04-1.el6
gd.x86_64 0:2.0.35-11.el6
geoipupdate.x86_64 0:2.2.1-2.el6
nginx-all-modules.noarch 0:1.10.2-1.el6
nginx-filesystem.noarch 0:1.10.2-1.el6
nginx-mod-http-geoip.x86_64 0:1.10.2-1.el6
nginx-mod-http-image-filter.x86_64 0:1.10.2-1.el6
nginx-mod-http-perl.x86_64 0:1.10.2-1.el6
nginx-mod-http-xslt-filter.x86_64 0:1.10.2-1.el6
nginx-mod-mail.x86_64 0:1.10.2-1.el6
nginx-mod-stream.x86_64 0:1.10.2-1.el6
完了しました!
1.1 MB/s | 27 MB 00:24
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
インストールしています : GeoIP-GeoLite-data-extra-2018.04-1.el6.noar 1/14
インストールしています : GeoIP-GeoLite-data-2018.04-1.el6.noarch 2/14
インストールしています : gd-2.0.35-11.el6.x86_64 3/14
インストールしています : nginx-filesystem-1.10.2-1.el6.noarch 4/14
インストールしています : geoipupdate-2.2.1-2.el6.x86_64 5/14
インストールしています : GeoIP-1.6.5-1.el6.x86_64 6/14
インストールしています : nginx-mod-http-geoip-1.10.2-1.el6.x86_64 7/14
インストールしています : nginx-mod-stream-1.10.2-1.el6.x86_64 8/14
インストールしています : nginx-mod-http-perl-1.10.2-1.el6.x86_64 9/14
インストールしています : nginx-mod-http-image-filter-1.10.2-1.el6.x8 10/14
インストールしています : nginx-mod-http-xslt-filter-1.10.2-1.el6.x86 11/14
インストールしています : nginx-1.10.2-1.el6.x86_64 12/14
インストールしています : nginx-mod-mail-1.10.2-1.el6.x86_64 13/14
インストールしています : nginx-all-modules-1.10.2-1.el6.noarch 14/14
Verifying : nginx-mod-mail-1.10.2-1.el6.x86_64 1/14
Verifying : GeoIP-1.6.5-1.el6.x86_64 2/14
Verifying : nginx-mod-http-geoip-1.10.2-1.el6.x86_64 3/14
Verifying : GeoIP-GeoLite-data-2018.04-1.el6.noarch 4/14
Verifying : nginx-mod-stream-1.10.2-1.el6.x86_64 5/14
Verifying : nginx-all-modules-1.10.2-1.el6.noarch 6/14
Verifying : nginx-mod-http-perl-1.10.2-1.el6.x86_64 7/14
Verifying : nginx-mod-http-image-filter-1.10.2-1.el6.x8 8/14
Verifying : nginx-1.10.2-1.el6.x86_64 9/14
Verifying : geoipupdate-2.2.1-2.el6.x86_64 10/14
Verifying : GeoIP-GeoLite-data-extra-2018.04-1.el6.noar 11/14
Verifying : nginx-filesystem-1.10.2-1.el6.noarch 12/14
Verifying : gd-2.0.35-11.el6.x86_64 13/14
Verifying : nginx-mod-http-xslt-filter-1.10.2-1.el6.x86 14/14
インストール:
nginx.x86_64 0:1.10.2-1.el6
依存性関連をインストールしました:
GeoIP.x86_64 0:1.6.5-1.el6
GeoIP-GeoLite-data.noarch 0:2018.04-1.el6
GeoIP-GeoLite-data-extra.noarch 0:2018.04-1.el6
gd.x86_64 0:2.0.35-11.el6
geoipupdate.x86_64 0:2.2.1-2.el6
nginx-all-modules.noarch 0:1.10.2-1.el6
nginx-filesystem.noarch 0:1.10.2-1.el6
nginx-mod-http-geoip.x86_64 0:1.10.2-1.el6
nginx-mod-http-image-filter.x86_64 0:1.10.2-1.el6
nginx-mod-http-perl.x86_64 0:1.10.2-1.el6
nginx-mod-http-xslt-filter.x86_64 0:1.10.2-1.el6
nginx-mod-mail.x86_64 0:1.10.2-1.el6
nginx-mod-stream.x86_64 0:1.10.2-1.el6
完了しました!
