Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们想编写一个 Icinga 监视器来捕获 rpm 包冲突。例如来自“yum update”:
--> Finished Dependency Resolution Error: git2u-core conflicts with git-1.8.3.1-20.el7.x86_64
有没有办法独立于“yum update”命令运行“依赖解析”?或者在没有错误的情况下强制 yum 在不安装或下载任何东西的情况下解决依赖关系的其他方式?
您可以尝试使用 command yum update --assumeno。 此命令将仅下载 repodata,而不是包本身。
yum update --assumeno