Zwraca aktualizację apt-get :
W: GPG error: http://pl.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://pl.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://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://deb.torproject.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EE8CBC9E886DDD89
W: GPG error: http://security.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
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
Próbowałem wielu zalecanych rozwiązań ze starych pytań, ale wydaje się, że nic nie pomaga.
sudo apt-get clean
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 (ze wszystkimi brakującymi kluczami)
Zainstalowałem lauchpad-getkeys, który ma automatycznie przywracać klucze
Jakieś pomysły?
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.ux3Y2CVCoP --no-auto-check-trustdb --trust-model always
(skrócona lista repozytoriów)gpg: keyblock resource /etc/apt/trusted.gpg.d/xorg-edgers-ppa.gpg: resource limit gpg: keyblock resource /etc/apt/trusted.gpg.d/yktooo-ppa.gpg: resource limit gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1
40976EAF437D05B5
jest wyjątkowo uparty i trudny do naprawienia, więc Q 13065 obejmuje tylko przypadki, które OP próbował i tak wiele razy. To tak, jakbyś dał mi śrubokręt Pozidriv, kiedy potrzebuję śrubokręta Torx. ;)Odpowiedzi:
Prawdopodobnie dotyczy Cię błąd 1263540 . Proponuję spróbować:
Jeśli to nie działa, przywróć / var / lib / apt / list z kopii zapasowej w kroku 2.
Źródło
źródło
apt
Obecne w Ubuntu cierpi z powodu limitu zasobów gpg bug w aptMożesz łatwo to naprawić
/etc/apt/trusted.gpg.d
i usunąć nieużywane klucze (zwykle z PPA, których już nie używasz), dopóki nie osiągniesz poziomu poniżej 40 kluczy.Potem pobiegł
sudo apt-get update
źródło