0

所以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
4

1 回答 1

1

您可以尝试以下命令。

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

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

于 2013-12-23T13:41:36.607 回答