当尝试在 Debian 9 (stretch) 上安装 R 时,我遇到了未满足的依赖关系。具体来说,运行:
$ 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: libjpeg8 (>= 8c) but it is not installable
Recommends: r-recommended but it is not going to be installed
Recommends: r-base-dev but it is not going to be installed
Recommends: r-doc-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
有人可以帮忙吗?我已经用谷歌搜索了这个问题,但无法想出任何解决办法。
谢谢
编辑: 的输出apt policy
是:
Package files:
100 /var/lib/dpkg/status
release a=now
500 http://repository.spotify.com stable/non-free i386 Packages
release v=0.4,o=Spotify LTD,a=stable,n=stable,l=Spotify Public
Repository,c=non-free,b=i386
origin repository.spotify.com
500 http://repository.spotify.com stable/non-free amd64 Packages
release v=0.4,o=Spotify LTD,a=stable,n=stable,l=Spotify Public
Repository,c=non-free,b=amd64
origin repository.spotify.com
500 https://repo.skype.com/deb stable/main amd64 Packages
release o=. stable,a=stable,n=stable,l=. stable,c=main,b=amd64
origin repo.skype.com
500 https://desktop-download.mendeley.com/download/apt stable/main i386
Packages
release n=stable,c=main,b=i386
origin desktop-download.mendeley.com
500 https://desktop-download.mendeley.com/download/apt stable/main amd64
Packages
release n=stable,c=main,b=amd64
origin desktop-download.mendeley.com
500 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu
bionic/main i386 Packages
release v=18.04,o=LP-PPA-maarten-baert- simplescreenrecorder,a=bionic,n=bionic,l=SimpleScreenRecorder,c=main,b=i386
origin ppa.launchpad.net
500 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu bionic/main amd64 Packages
release v=18.04,o=LP-PPA-maarten-baert-simplescreenrecorder,a=bionic,n=bionic,l=SimpleScreenRecorder,c=main,b=amd64
origin ppa.launchpad.net
500 http://deb.debian.org/debian stretch/main i386 Packages
release v=9.4,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=i386
origin deb.debian.org
500 http://deb.debian.org/debian stretch/main amd64 Packages
release v=9.4,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=amd64
origin deb.debian.org
500 https://dl.winehq.org/wine-builds/debian stretch/main i386 Packages
release v=9.0,o=dl.winehq.org,a=stable,n=stretch,l=winehq,c=main,b=i386
origin dl.winehq.org
500 https://dl.winehq.org/wine-builds/debian stretch/main amd64 Packages
release v=9.0,o=dl.winehq.org,a=stable,n=stretch,l=winehq,c=main,b=amd64
origin dl.winehq.org
500 http://cran.rstudio.com/bin/linux/debian stretch-cran34/ Packages
release o=CRAN,a=stretch-cran34,n=stretch-cran34,l=CRAN Backports,c=
origin cran.rstudio.com
500 http://cran.rstudio.com/bin/linux/ubuntu trusty/ Packages
release v=14.04,o=CRAN,a=trusty,n=trusty,l=CRAN,c=
origin cran.rstudio.com
500 http://ftp.uk.debian.org/debian jessie/main i386 Packages
release v=8.10,o=Debian,a=oldstable,n=jessie,l=Debian,c=main,b=i386
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian jessie/main amd64 Packages
release v=8.10,o=Debian,a=oldstable,n=jessie,l=Debian,c=main,b=amd64
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian stretch-updates/main i386 Packages
release o=Debian,a=stable-updates,n=stretch-updates,l=Debian,c=main,b=i386
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian stretch-updates/main amd64 Packages
release o=Debian,a=stable-updates,n=stretch-updates,l=Debian,c=main,b=amd64
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian stretch/contrib i386 Packages
release v=9.4,o=Debian,a=stable,n=stretch,l=Debian,c=contrib,b=i386
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian stretch/contrib amd64 Packages
release v=9.4,o=Debian,a=stable,n=stretch,l=Debian,c=contrib,b=amd64
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian stretch/non-free i386 Packages
release v=9.4,o=Debian,a=stable,n=stretch,l=Debian,c=non-free,b=i386
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian stretch/non-free amd64 Packages
release v=9.4,o=Debian,a=stable,n=stretch,l=Debian,c=non-free,b=amd64
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian stretch/main i386 Packages
release v=9.4,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=i386
origin ftp.uk.debian.org
500 http://ftp.uk.debian.org/debian stretch/main amd64 Packages
release v=9.4,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=amd64
origin ftp.uk.debian.org
Pinned packages:
答案1
未满足的依赖关系可能源于您的存储库引用的版本混合,特别是针对 Ubuntu 14.04 的 CRAN 存储库。您应该删除(或用 注释掉#
) 中的以下条目/etc/apt/sources.list
以及 中的任何文件/etc/apt/sources.list.d
:
http://cran.rstudio.com/bin/linux/ubuntu trusty/
;- 所有
ftp.uk.debian.org
引用 的条目jessie
。
完成此操作后,apt update
再次运行apt install r-base-core
不应再因缺少libjpeg8
.
答案2
要安装
libjpeg8-dev
,请使用以下命令:sudo apt install aptitude sudo aptitude install libjpeg-dev
然后您可能需要选择“否”、“是”、“是”。请参阅我的详细说明:如何
pdftoppm
在 Linux Ubuntu 上安装/升级到最新版本的 Poppler/(撰写本文时版本 22.11.0)