我刚刚完成了Ubuntu 13.10的新安装,在添加了Yorba之后,我正在尝试安装Geary。每次使用sudo apt-get install geary时,我都会得到以下信息:
[sudo] password for tim:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
geary : Depends: libwebkitgtk-3.0-0 (< 2.1.0) but 2.2.1-2ubuntu1~ubuntu14.04.1~ppa0 is to be installed
E: Unable to correct problems, you have held broken packages.有人能帮忙吗?我试过很多很多不同的东西,都是基于我在不同的论坛上读到的东西,但似乎没有什么效果。
任何帮助都是非常感谢的。谢谢。
发布于 2014-02-16 03:15:47
当前版本的libwebkitgtk-3.0-0是Ubuntu13.10上的1.10.2-0ubuntu3。
首先,检查您的当前版本:
dpkg -l | grep libwebkitgtk-3.0-0如果它在(<) 2.1.0下,只需阻止它升级:
sudo apt-mark hold libwebkitgtk-3.0-0如果它优于(>) 2.1.0,则必须安装旧版本,但这可能会破坏Gnome的安装。最好的方法是为Geary找到一个PPA,这个PPA是为> 2.1.0构建的。
https://askubuntu.com/questions/421497
复制相似问题