GPG 오류 NO_PUBKEY : 경고 : 다음 패키지를 인증 할 수 없습니다! [닫은]


23

GPG 키와 관련된 이상한 오류가 발생했습니다. 즉, 방금 추가 ppa:ubuntu-toolchain-r/test하고 업데이트하고 싶었고 그 후에 나는 이것을 얻었습니다.

W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: GPG error: http://archive.canonical.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://qgis.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 030561BEDD45F6C3
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://archive.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://archive.ubuntu.com trusty-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://archive.ubuntu.com trusty-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32

나는 두 가지 방법으로 그것을 해결하려고 노력했다 ( here 제공 )

for key in 40976EAF437D05B5 3B4FE6ACC0B21F32 A040830F7FAC5991 030561BEDD45F6C3 16126D3A3E5C1192  ; do sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key ; done

그러나 그것은 도움이되지 못했습니다 (같은 오류가 같은 키로 계속 발생합니다).이 작업을 시도했습니다.

sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install y-ppa-manager

그러나 나는 이것을 열어 눈을 뜨었다.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  launchpad-getkeys libvte-common libvte9 python-keyring python-launchpadlib
  python-lazr.restfulclient python-lazr.uri python-oauth python-secretstorage
  python-simplejson python-vte python-wadllib xclip yad
Suggested packages:
  python-gdata python-keyczar python-kde4 python-testresources
  python-secretstorage-doc
The following NEW packages will be installed:
  launchpad-getkeys libvte-common libvte9 python-keyring python-launchpadlib
  python-lazr.restfulclient python-lazr.uri python-oauth python-secretstorage
  python-simplejson python-vte python-wadllib xclip y-ppa-manager yad
0 upgraded, 15 newly installed, 0 to remove and 29 not upgraded.
Need to get 915 kB of archives.
After this operation, 4,515 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
WARNING: The following packages cannot be authenticated!
  libvte-common libvte9 python-keyring python-lazr.uri python-simplejson
  python-wadllib python-oauth python-lazr.restfulclient python-launchpadlib
  python-secretstorage python-vte xclip
Install these packages without verification? [y/N]

4
시도하십시오 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <KEY>. 예를 들어sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
g_p

나는 시도했지만 그 시점에서 작동하지 않았다. 내 대답을 확인하십시오.
Patryk

2
이것은 본질적으로 문제를 설명하는 버그 보고서이며 버그 보고서를 답으로합니다. 버그 보고서 자체는 수명이 다한 13.10입니다. 13.10을 사용하는 경우 업그레이드하는 것이 좋습니다. 최신 버전의 Ubuntu를 사용중인 경우 이전 버전이 만료 된 새 버그 보고서를 제출하는 것이 좋습니다. 새로운 것에서 오래된 것을 참조하십시오.
Panther


답변:


58

명령을 실행하십시오.

sudo apt-get update

누락 된 것으로보고 된 16 자 키마다 키를 대체하여 다음을 실행하십시오.

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ABCDEFGH12345678

2
다음과 같은 오류가 발생 gpgkeys: key 1DB8ADC1CFCA9579 can't be retrieved합니다.. gpg: no valid OpenPGP data found.내가 무엇을 할 수 있을지?
becko

3
apt-get 업데이트에서 누락 된 키가보고되지 않으면 어떻게합니까?
harayz
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.