R 백포트에 대한 CRAN 키를 얻을 수 없는 이유는 무엇입니까?

R 백포트에 대한 CRAN 키를 얻을 수 없는 이유는 무엇입니까?

나는하고 얻는다

# http://stackoverflow.com/a/10260634/54964
root@masi:/home/masi/Documents# gpg --keyserver subkeys.pgp.net --recv-key  06F90DE5381BA480
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 381BA480 from hkp server subkeys.pgp.net
?: subkeys.pgp.net: Network is unreachable
gpgkeys: HTTP fetch error 7: couldn't connect: Network is unreachable
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

R 3.3.2가 필요하기 때문에 R 백포트로 변경하려고 하므로 이미 사용 중입니다./etc/apt/sources.list

deb http://cran.wu.ac.at/bin/linux/debian jessie-cran3/

rcs 반복 제안

root@masi:/home/masi/Documents# gpg --keyserver keys.gnupg.net --recv-key 06F90DE5381BA480
gpg: requesting key 381BA480 from hkp server keys.gnupg.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 381BA480: public key "Johannes Ranke (CRAN Debian archive) <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1

root@masi:/home/masi/Documents# apt-get update
...
Fetched 116 kB in 3s (32.1 kB/s)         
Reading package lists... Done
W: GPG error: http://cran.wu.ac.at jessie-cran3/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06F90DE5381BA480

운영 체제: 데비안 8.5

답변1

보다설치 참고 사항CRAN의 데비안 패키지의 경우 섹션안전한 아파트:

CRAN의 Debian 백포트 아카이브는 6212 B7B7 931C 4BB1 6280 BA13 06F9 0DE5 381B A480의 키 지문과 함께 Johannes Ranke(CRAN Debian Archive) 키를 사용하여 서명됩니다. 다음을 사용하여 가져오고 가져올 수 있습니다.

apt-key adv --keyserver keys.gnupg.net --recv-key 6212B7B7931C4BB16280BA1306F90DE5381BA480

관련 정보