I've been looking around for a way to update an offline fedora box but haven't found anything. I only have a Windows computer connected to the Internet. I noticed that my yum config is pointed to http://download.fedoraproject.org/pub/fedora/linux/updates/14/i386. Is there a way I can download a list of packages and then those packages manually but still use yum?
I've seen ways to do this with a second linux box that has Internet access, but I don't have that.
yum update
? You can probably copy the downloaded files there to your offline Fedora box. I'm not familar with how yum does it, but usually these package managers have a small list of files where they cache information. – Faheem Mitha May 17 '11 at 19:39