このページの指示に従って、Debian Stable(Buster)に最新のRパッケージをインストールしようとしています: https://cloud.r-project.org/
/etc/apt/sources.listに以下を追加しました:
deb https://cran.csiro.au/bin/linux/debian buster-cran35/
ただし、Sudo apt-get update
を実行すると、次のエラーが発生します。
$ 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.
次の試みにもかかわらず、このGPGエラーを取り除くことはできません。
Sudo apt-get install debian-keyring
Sudo launchpad-getkeys
Sudo aptitude install debian-archive-keyring
このエラーを解決するにはどうすればよいですか?
エラーメッセージに示されているIDを使用して アーカイブキーをインポートする する必要があります(リポジトリを信頼していると仮定します)。
apt-key adv --keyserver keys.gnupg.net --recv-key FCAE2A0E115C3D8A