简体   繁体   English

由于缺少libjpeg8软件包,在ubuntu 10.04上进行r-base-core构建失败

[英]r-base-core build on ubuntu 10.04 failing because of missing libjpeg8 package

So the libjpeg8 package on 10.04 has reached EOL. 因此,10.04上的libjpeg8软件包已停产。

Is there a way to locate and install the legacy package for this? 有没有办法为此找到并安装旧版软件包?

$ 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

You can try the following commands. 您可以尝试以下命令。

sudo apt-get install -f This would install any dependencies that your previous installs missed. sudo apt-get install -f这将安装先前安装丢失的所有依赖项。

If that doesn't help, please refer to the following link: https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies 如果这样做没有帮助,请参考以下链接: https : //askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否无法在 Ubuntu 18.04.4 LTS 上安装 R 4.0,因为 r-base-core 需要 libc6 版本 >= 2.29? - Is it impossible to install R 4.0 on Ubuntu 18.04.4 LTS because r-base-core requires a libc6 version >= 2.29? 无法将r-base-core软件包升级到Debian中的反向移植 - Unable to upgrade r-base-core package to backports in Debian travis构建失败,因为devtools缺失 - travis build failing because devtools is missing 无法 conda 构建 R 包 - Failing to conda build R package R软件包“ proto”在ubuntu上安装失败 - R package “proto” installation failing on ubuntu 由于缺少GSL,GN程序包构建在Unix机器上失败 - GNU Scientific Library - R package build failing on Unix machines due to missing GSL - GNU Scientific Library 由于缺少 GSL,Windows 机器 (AppVeyor) 上的 R 包构建失败 - GNU Scientific Library - R package build failing on Windows machines (AppVeyor) due to missing GSL - GNU Scientific Library 由于明显的循环软件包依赖性,travis构建失败 - travis build failing because of an apparent circular package dependency R CMD INSTALL - 构建包 - >“短片丢失” - R CMD INSTALL --build package --> “vignettes missing” 为什么我不能在Ubuntu 10.04上安装一些R软件包? - Why I can not inastall some R packages on Ubuntu 10.04?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM