yum下载rpm包
方法一:downloadonly插件
1.安装插件
yum -y install yum-download
2.下载httpd软件包到当前文件夹内
yum -y install ansible --downloadonly --downloaddir=./
方法二:yum-utils中的yumdownloader
1.安装yum-utils
yum -y install yum-utils
2.使用yumdownloader下载软件包httpd
yumdownloader httpd
ubuntu下载deb及依赖
apt-get download $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances --no-pre-depends wget | grep -v i386 | grep "^\w")
浙公网安备 33010602011771号