我做了一件蠢事却无法挽回。
我尝试通过以下步骤安装libimobiledevice4:
sudo dpkg -i libimobiledevice4_1.1.6-git20140105_amd64.deb我这样做是根据一个网站的指示,我现在找不到。
我现在在我的面板上列出了一个错误,告诉我ErrorBrokenCount>0
libimobiledevice4有未满足的依赖关系:
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.如果我尝试apt-get -f install,我会得到:
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies如果我尝试apt-get remove libimobiledevice4,我会得到:
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).有没有人知道我如何撤销我对sudo dpkg -i libimobiledevice4_1.1.6-git20140105_amd64.deb所做的事情?
谢谢。
发布于 2014-07-15 11:59:30
解决这一问题的办法是:
sudo dpkg --清除--强制-依赖于libimobiledevice4
然后我跑了
sudo apt-获取安装-f
以及从回购中安装的libimobiledevice4。
现在一切似乎都正常了。
感谢洗礼:http://ubuntuforums.org/showthread.php?t=2234500
https://askubuntu.com/questions/496173
复制相似问题