On Wed, 2005-11-02 at 14:25 -0500, jason.depaul@xxxxxxxxxxxxxxxxxxxxxxx wrote: > Does anyone know of a way that I can force an install of all packages in a > repo without specifiying each package individually? two ways: use the group mechanism in yum yum install '*' when just that repo is enabled. -sv