Omer Faruk Sen wrote:
Hi, Is there a way that I can install all packages of a repository just like up2date --installall --channel redhat-4.0-i386 which installs all packages in redhat-4.0-i386 channel?
Try this one: yum --disablerepo=/* --enablerepo=<The repo to use> install * Tim