首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装Geary时的依赖关系问题

安装Geary时的依赖关系问题
EN

Ask Ubuntu用户
提问于 2014-02-16 03:03:38
回答 1查看 196关注 0票数 -1

我刚刚完成了Ubuntu 13.10的新安装,在添加了Yorba之后,我正在尝试安装Geary。每次使用sudo apt-get install geary时,我都会得到以下信息:

代码语言:javascript
复制
[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.

有人能帮忙吗?我试过很多很多不同的东西,都是基于我在不同的论坛上读到的东西,但似乎没有什么效果。

任何帮助都是非常感谢的。谢谢。

EN

回答 1

Ask Ubuntu用户

发布于 2014-02-16 03:15:47

当前版本的libwebkitgtk-3.0-0是Ubuntu13.10上的1.10.2-0ubuntu3。

首先,检查您的当前版本:

代码语言:javascript
复制
dpkg -l | grep libwebkitgtk-3.0-0

如果它在(<) 2.1.0下,只需阻止它升级:

代码语言:javascript
复制
sudo apt-mark hold libwebkitgtk-3.0-0

如果它优于(>) 2.1.0,则必须安装旧版本,但这可能会破坏Gnome的安装。最好的方法是为Geary找到一个PPA,这个PPA是为> 2.1.0构建的。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/421497

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档