On Sat, 2004-07-31 at 07:17 +0300, regatta wrote: > Hi > > I want to force Yum to install all my RPMs like this : > rpm --force --nodeps FFFFF.rpm > > how can I do that ? Not with yum. Yum doesn't implement --force or --nodeps quite intentionally. If you want to break your system you can run the rpm commands by hand. -sv