GPG ERROR NO_PUBKEY: ATTENZIONE: i seguenti pacchetti non possono essere autenticati! [chiuso]


23

Ho appena iniziato a ricevere alcuni strani errori riguardanti le chiavi GPG. Vale a dire che ho appena aggiunto ppa:ubuntu-toolchain-r/teste voluto aggiornare e successivamente ho ottenuto questo:

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

Ho provato a risolverlo in 2 modi (fornito qui )

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

ma questo non ha aiutato (gli stessi errori continuavano ad arrivare con le stesse chiavi) quindi ho provato a fare questo:

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

ma ho ottenuto questo che mi ha aperto gli occhi:

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
provare sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <KEY>. Ad esempiosudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
g_p,

Ho provato e questo non ha funzionato a quel punto. Controlla la mia risposta
Patryk,

2
Questa è essenzialmente una segnalazione di bug in cui descrivi un problema e come risposta fai riferimento alla segnalazione di bug. Lo stesso bug report è per 13.10 che è oltre la fine della vita. Se sei il 13.10 ti suggerisco di aggiornare. Se utilizzi una versione corrente di Ubuntu, ti suggerisco di presentare una nuova segnalazione di bug poiché quella precedente è obsoleta. riferimento al vecchio nel nuovo.
Pantera


Risposte:


58

Esegui comando:

sudo apt-get update

Per ogni chiave di 16 caratteri dichiarata mancante, eseguire quanto segue con la chiave sostituita:

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

2
Ottengo i seguenti errori: gpgkeys: key 1DB8ADC1CFCA9579 can't be retrieved. gpg: no valid OpenPGP data found.Cosa posso fare?
becko,

3
cosa succede se non ci sono chiavi mancanti riportate sull'aggiornamento apt-get?
Hrayz,
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.