强制 yum 安装依赖关系损坏的软件包

强制 yum 安装依赖关系损坏的软件包

我想用 yum 安装一个包,但是得到:

$ sudo yum   install  python-Kivy-examples 
Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit
Setopt argument has no value: nodeps
Resolving Dependencies
--> Running transaction check
---> Package python-Kivy-examples.x86_64 0:1.8.0-12.2 will be installed
--> Processing Dependency: /usr/bin/kivy for package: python-Kivy-examples-1.8.0-12.2.x86_64
--> Processing Dependency: /usr/bin/kivy for package: python-Kivy-examples-1.8.0-12.2.x86_64
    --> Finished Dependency Resolution
Error: Package: python-Kivy-examples-1.8.0-12.2.x86_64 (home_thopiekar_kivy)
    Requires: /usr/bin/kivy
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest

我如何才能忽略缺少的依赖项来强制 yum 安装该软件包。

相关内容