Yum, always install both 32 and 64 bit when available

yum

When using yum, is there a way to have both 32 and 64 bit packages installed whenever both are available?

I know I can specify *.i686 for individual packages… But I have a lot of errors that revolve around a missing 32bit package.

Best Answer

In /etc/yum.conf add:

multilib_policy=all