If multiple packages satisfy a dependency for a package being installed, how does yum choose which one to automatically install? Can I force it to let me pick?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

From my explorations over this past weekend, it appears that yum will pick the most recent version that satisfies the requirement, and then proceed.

And yes - if you want to pick, you should install it manually (or use yum install package.ver.si.on)

link|improve this answer
feedback

Don't know on the first question, but for the second one: You could just install the package of your choice first, so yum doesn't have to install anything anymore to satisfy the particular dependency.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.