yum/anaconda installing wrong package to resolve dependency

General support questions
Post Reply
bp787
Posts: 18
Joined: 2013/03/01 16:10:02

yum/anaconda installing wrong package to resolve dependency

Post by bp787 » 2016/06/10 18:03:56

I'm performing a kickstart install with an ISO that has additional packages added to it. I have found that during the installation, one of the added packages (added in a secondary repo in the ISO) is being used to satisfy another package's dependency. This is then breaking X, since the added package is an NVidia pkg.

So basically I have multiple packages that provide the same libaray (libGL) and the installer is selecting the wrong one.

How can I control which one gets used to satisfy the dependency during kickstart?

thanks!

Post Reply