On Mon, 2006-04-17 at 14:21 -0700, O'Brien, Kevin wrote: > I'm trying to avoid having to run yum remove <pkg> on 300+ servers > individually. I looked at yum-shell and I didn't see how I would easily > be able to remove a package on all servers arbitrarily. If I'm wrong, > could you point me in the direction of where to look for information on > how to get this going? How do you propagate the: yum groupremove 'foo' command? However you're planning on running that command you can use the same mechanism to run the remove command. take a look in /etc/yum/yum-daily.yum if you can push out a change to this file you could get the things done you wanted to do. -sv