【问题标题】:r-base-core build on ubuntu 10.04 failing because of missing libjpeg8 package由于缺少 libjpeg8 包,在 ubuntu 10.04 上构建 r-base-core 失败
【发布时间】:2013-11-02 20:34:35
【问题描述】:

所以 10.04 上的 libjpeg8 包已经到了 EOL。

有没有办法为此找到并安装旧包?

$ sudo apt-get install r-base-core
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:
  r-base-core: Depends: libc6 (>= 2.15) but 2.11.1-0ubuntu7.13 is to be installed
               Depends: libjpeg8 (>= 8c) but it is not installable
               Depends: liblzma5 (>= 5.1.1alpha+20110809) but it is not installable
               Depends: libpcre3 (>= 8.10) but 7.8-3build1 is to be installed
               Recommends: r-recommended but it is not going to be installed
E: Broken packages

【问题讨论】:

  • 你使用的是服务器版的 Ubuntu 吗?

标签: r ubuntu-10.04 package-managers


【解决方案1】:

您可以尝试以下命令。

sudo apt-get install -f 这将安装您之前安装错过的任何依赖项。

如果这没有帮助,请参考以下链接: https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-09-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-07-19
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多