> Is it a matter of copying the CDs to a directory on my box and setting it up as > a Yum repository, or is there an easier way? A pointer to the relevant docs > would be appreciated if I've missed something. That's the easiest way. copy all the rpms to a dir. run yum-arch . add [local] name=my local repo baseurl=file:///path/to/that/dir to your yum.conf done. -sv