Estou tentando instalar o pacote R mais recente no Debian Stable (Buster) seguindo as instruções nesta página: https://cloud.r-project.org/
Eu adicionei o seguinte ao /etc/apt/sources.list:
deb https://cran.csiro.au/bin/linux/debian buster-cran35/
No entanto, quando executo sudo apt-get update
, recebo o seguinte erro:
$ sudo apt-get update
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Hit:4 http://deb.debian.org/debian buster-backports InRelease
Get:5 https://cran.csiro.au/bin/linux/debian buster-cran35/ InRelease [4,375 B]
Err:5 https://cran.csiro.au/bin/linux/debian buster-cran35/ InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FCAE2A0E115C3D8A
Reading package lists... Done
W: GPG error: https://cran.csiro.au/bin/linux/debian buster-cran35/ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FCAE2A0E115C3D8A
E: The repository 'https://cran.csiro.au/bin/linux/debian buster-cran35/ InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Não consigo me livrar deste erro GPG apesar das seguintes tentativas:
sudo apt-get install debian-keyring
sudo launchpad-getkeys
sudo aptitude install debian-archive-keyring
Como posso resolver este erro?
Você precisa importar a chave de arquivo , usando o id fornecido na mensagem de erro (supondo que você confie no repositório):