libimobiledevice4, dependências não atendidas e ErrorBrokenCount0

0

Eu fiz algo estúpido e não posso desfazer isso.

Eu tentei instalar libimobiledevice4 fazendo:

sudo dpkg -i libimobiledevice4_1.1.6-git20140105_amd64.deb

Eu fiz isso seguindo instruções de um site que agora não consigo encontrar.

Agora tenho um erro listado no meu painel superior, informando ErrorBrokenCount>0

libimobiledevice4 tem dependências não atendidas:

Depends: libtasn1-3 (>= 2.14-0) but it is not installable synaptic :
Depends: libept1.4.12 but it is not going to be installed
Recommends: rarian-compat but it is not going to be installed E: Unmet dependencies.

Se eu tentar apt-get -f install , obtenho:

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. 
E: Unable to correct dependencies

Se eu tentar apt-get remove libimobiledevice4 , obtenho:

gvfs-backends : Depends: libimobiledevice4 (>= 1.1.5) but it is not going to be installed
 libgpod-common : Depends: libimobiledevice4 (>= 0.9.7) but it is not going to be installed
 libgpod4 : Depends: libimobiledevice4 (>= 0.9.7) but it is not going to be installed
 upower : Depends: libimobiledevice4 (>= 0.9.7) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Alguém tem alguma idéia de como eu posso desfazer o que eu fiz com: sudo dpkg -i libimobiledevice4_1.1.6-git20140105_amd64.deb

Obrigado.

    
por MorrisseyJ 10.07.2014 / 21:26

1 resposta

0

Resolveu isso com:

sudo dpkg --purge --force-depende de libimobiledevice4

Então eu corri

sudo apt-get install -f

E libimobiledevice4 instalado a partir dos repositórios.

Tudo parece estar funcionando agora.

Obrigado ao bapoumba: link

    
por MorrisseyJ 15.07.2014 / 13:59