Results 1 to 4 of 4
I need to know how I can save RPM packages when I run yum install so that I can put them on a USB drive, CD/DVD, etc and install them ...
- 11-25-2009 #1
How to save RPM packages and use them again
I need to know how I can save RPM packages when I run yum install so that I can put them on a USB drive, CD/DVD, etc and install them on another computer so I can save bandwidth.
- 11-25-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Edit the /etc/yum.conf file and change keepcache=0 to keepcache=1
Find the packages that you've installed using yum in the /var/cache/yum folder.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-25-2009 #3
I think I did that, but I didn't find them there. I'll try again and see if I have better luck this time.
- 11-26-2009 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Yum deletes the packages by default, so you won't find any there until you've made the change as indicated above, then installed more packages.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote