I'm running CentOS 5.3 and this is my problem:
- I installed (A) from source. (B) depends on (A)
- I want to install the (B) RPM, but the (B) RPM depends on the (A) RPM.
So yum wants me to install the (A) RPM even though (A) is already installed. The reason I installed (A) from source is because I needed to use a newer version than what's avalable in repositories, and I also needed to configure it. What's a good way of resolving this issue?
You can do this in a few ways:
Option 2. is preferable but will take longer to accomplish. Don't expect yum to add --nodeps support anytime soon. :)