LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Update directly from a CD with Yum? (https://www.linuxquestions.org/questions/linux-newbie-8/update-directly-from-a-cd-with-yum-347656/)

n926bb 07-28-2005 09:53 AM

Update directly from a CD with Yum?
 
I maintain four Linux boxes in rural Central Florida, one box runs FC4 the other three FC3. Internet access is 56K. The phone company Sprint gives no hope for DSL. To save time I download the updates burn them to CD and then install from the CD to the boxes (openoffice.org-core alone took 19 hours to download). Can yum be configured to use the CD as a repository? Yum fails with updates lasting more than five hours because of the isp 5 hour connect time limitation. Downloading from the Internet with yum for each machine triples the time.
Thanks,
Manny

Hungry ghost 07-28-2005 10:02 AM

Try mounting your cd device, cd to /media/cdrom and run:
Code:

yum localinstall package_name1 package_name2 package_name3
and so on. Maybe this would help too (though I haven't tried this one):
Code:

yum localinstall *.*
.

n926bb 07-28-2005 02:27 PM

odiseo77,
Muchas gracias for your help. It does not do exactly what I need. However, I found an excellent article by David Murphy at Linux.com "How to run your own yum repository" detailing what is needed. If you are interested it is at: http://servers.linux.com/servers/04/...&tid=23&tid=42
Buena suerte,
Manny

Hungry ghost 07-28-2005 04:09 PM

OK, Thanks for the article. :)


All times are GMT -5. The time now is 05:29 AM.