force yum para instalar o pacote com dependência quebrada

1

Eu quero instalar um pacote com o yum, mas receba:

$ 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

Como posso forçar o yum a instalar o pacote ignorando a dependência ausente?

    
por Klaus 08.12.2014 / 10:20

0 respostas

Tags