Yumdownloader 无法下载 postgres 依赖项

Yumdownloader 无法下载 postgres 依赖项

我正在使用这个命令:

 sudo yumdownloader --destdir=/opt/test --resolve https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm

我得到这个输出:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.icm.edu.pl
 * epel: ftp.icm.edu.pl
 * extras: ftp.agh.edu.pl
 * updates: ftp.icm.edu.pl
No Match for argument https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm
Nothing to download

我知道该链接有效。我尝试将名称更改为:

pgdg-centos96-9.6-3.noarch.rpm    
pgdg-centos96-9.6-3.noarch

但它对我没有帮助。我想下载这个包及其所有依赖项。

可能更好的使用:

# yumdownloader NAME --resolve --installroot=/path/to/installroot --releasever=/

相关内容