码迷,mamicode.com
首页 > 其他好文 > 详细

yum只下载不安装软件包

时间:2017-05-30 21:53:47      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:style   host   int   install   pac   download   grep   doc   tmp   

一、通过yum自带的工具yumdownloader

[root@host-172-16-1-35 interpreter]# rpm -ql yum-utils
package yum-utils is not installed
[root@host-172-16-1-35 interpreter]# rpm -qa |grep yum-utils
[root@host-172-16-1-35 interpreter]# yum -y install yum-utils*
yumdownloader docker-io

二、yum的一个插件yum-downloadonly

 yum -y install yum-downloadonly

 

yum install --downloadonly --downloaddir=/tmp docker-io
--downloadonly 只下载  
--downloaddir 下载到指定目录

yum只下载不安装软件包

标签:style   host   int   install   pac   download   grep   doc   tmp   

原文地址:http://www.cnblogs.com/zeppelin/p/5906508.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!