我正在运行 CentOS 5.3,这是我的问题:
- 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.
所以 yum 想要我安装 (A) RPM,即使 (A) 已经安装。我从源代码安装 (A) 的原因是因为我需要使用比存储库中可用的版本更新的版本,而且我还需要配置它。解决这个问题的好方法是什么?
我正在运行 CentOS 5.3,这是我的问题:
- 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.
所以 yum 想要我安装 (A) RPM,即使 (A) 已经安装。我从源代码安装 (A) 的原因是因为我需要使用比存储库中可用的版本更新的版本,而且我还需要配置它。解决这个问题的好方法是什么?
您可以通过以下几种方式做到这一点:
选项 2. 更可取,但需要更长的时间才能完成。不要指望 yum很快就会添加 --nodeps 支持。:)