gpt4 book ai didi

r - Debian 测试中的错误 "Unable to find a source package for r-base"

转载 作者:行者123 更新时间:2023-12-01 00:54:03 25 4
gpt4 key购买 nike

在从源代码安装 R 之前,我通常会执行“sudo apt-get build-dep r-base”,它总是在 Ubuntu 下工作。现在我有一台带有 LXDE 的 Debian(测试)机器,在执行上述操作时,我得到“E:无法找到 r-base 的源包”。导致此错误的原因可能是什么?

更新

我忘了加 deb http://stat.ethz.ch/CRAN/bin/linux/debian jessie-cran3deb-src http://stat.ethz.ch/CRAN/bin/linux/debian jessie-cran3/etc/apt/sources.list .后 sudo apt-get update , 我获得了:

Reading package lists... Done
W: GPG error: http://stat.ethz.ch jessie-cran3/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06F90DE5381BA480

正如 cran.r-project.org -> Download R for Linux -> debian -> SECURE APT 部分所说,需要添加一个 key 。由于这失败了,我通过 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key <NUMBER> 的方式略有不同。哪里 <NUMBER>是上面给出的数字,所以 06F90DE5381BA480

最佳答案

这对我有用:

sudo sh -c 'echo "deb http://cran.rstudio.com/bin/linux/debian wheezy-cran3/" >> /etc/apt/sources.list'

sudo apt-key adv --keyserver keys.gnupg.net --recv-key 381BA480

sudo apt-get update

sudo apt-get install r-base

关于r - Debian 测试中的错误 "Unable to find a source package for r-base",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29331132/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com