インストールはせずに、パッケージだけ欲しいんだ!
コマンド
1 2 |
yumdownloader --enablerepo=remi-php72 php72 php-mbstring php-ldap php-cli php-common --destdir=./php --resolve |
実行結果
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# ls ./php environment-modules-3.2.10-10.el7.x86_64.rpm libxcb-1.13-1.el7.x86_64.rpm php72-php-json-7.2.22-1.el7.remi.x86_64.rpm php-ldap-7.2.22-1.el7.remi.x86_64.rpm libargon2-20161029-3.el7.x86_64.rpm oniguruma5-6.9.3-1.el7.remi.x86_64.rpm php72-runtime-2.0-1.el7.remi.x86_64.rpm php-mbstring-7.2.22-1.el7.remi.x86_64.rpm libX11-1.6.7-2.el7.x86_64.rpm php72-2.0-1.el7.remi.x86_64.rpm php-cli-7.2.22-1.el7.remi.x86_64.rpm scl-utils-20130529-19.el7.x86_64.rpm libX11-common-1.6.7-2.el7.noarch.rpm php72-php-cli-7.2.22-1.el7.remi.x86_64.rpm php-common-7.2.22-1.el7.remi.x86_64.rpm tcl-8.5.13-8.el7.x86_64.rpm libXau-1.0.8-2.1.el7.x86_64.rpm php72-php-common-7.2.22-1.el7.remi.x86_64.rpm php-json-7.2.22-1.el7.remi.x86_64.rpm |
オプション
--destdir
ダウンロード先を指定--resolve
依存関係のあるパッケージも合わせてダウンロード