您的位置:首页 > 其它

解决Ubuntu/debian的Apt-get 由于依赖关系安装失败的问题

2012-07-11 08:20 686 查看
http://tonychiu.blog.51cto.com/656605/654776

由于ubuntu/debian软件库中有时候不同的库更新速度不一致,apt-get 出出现如下的错误提示

 

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:

  libssl-dev: Depends: libssl0.9.8 (= 0.9.8k-7ubuntu8)
but 0.9.8k-7ubuntu8.5 is to be installed

这个时候应该请令一个工具出马了:"aptitude"

使用这个工具,当某个库依赖的库与当前版本不一致时,aptitude 会尝试降级当前这个库的版本,同时解决降级这个库对其它软件的依赖性的影响, 最终成功安装apt-get 没法安装的软件

如:#aptitude install vim-gnome
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  dependencies ubuntu 工具
相关文章推荐