Bug 613570

Summary: RFE: "yum download" to download packages manually before updating
Product: Red Hat Enterprise Linux 5 Reporter: schneider
Component: yumAssignee: James Antill <james.antill>
Status: CLOSED NOTABUG QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: medium Docs Contact:
Priority: low    
Version: 5.5CC: robert.scheck
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-12 14:50:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description schneider 2010-07-12 10:02:40 UTC
At the moment I have to ask our customers for installing updates and then start the yum update progress. Now the customer have to wait while yum downloading all the packages and then installing it. 

It will be much useful if I could first downloading all packages and with yum update only installing them. 

Thanks in advantage

Comment 1 James Antill 2010-07-12 14:50:18 UTC
You can run:

yum install yum-downloadonly
yum update -y --downloadonly

...and then run:

yum -C update -y

...note that you must use "-C" to run from cache, this should be fine as you've downloaded everything.