Opa pessoal, bom dia/tarde/noite!
Pela manhã tentei rodar um apt update e estou enfrentando múltiplos erros(warnings) ao rodar o comando. O erro recorrente é:
At least one invalid signature was encountered.
Já tentei:
- Rodar
sudo apt clean && sudo apt update
- Remover variáveis de proxy (
unset http_proxy https_proxy
) - Reinstalar
ca-certificates
,gnupg
,apt-transport-https
- Atualizar manualmente algumas keys GPG (ex:
google
,pop-os
,ondrej/php
)
Mas os erros continuam em repositórios como:
http://apt.pop-os.org/
https://dl.google.com/linux/chrome/deb
https://ppa.launchpadcontent.net/ondrej/php/
https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/
Exemplo completo do erro:
Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease
Hit:2 https://deb.termius.com squeeze InRelease
Hit:3 https://packages.microsoft.com/repos/edge stable InRelease
Hit:4 https://packages.microsoft.com/repos/code stable InRelease
Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease
Ign:6 https://releases.warp.dev/linux/deb stable InRelease
Hit:7 http://apt.pop-os.org/proprietary jammy InRelease
Err:5 https://dl.google.com/linux/chrome/deb stable InRelease
At least one invalid signature was encountered.
Err:7 http://apt.pop-os.org/proprietary jammy InRelease
At least one invalid signature was encountered.
Hit:8 https://releases.warp.dev/linux/deb stable Release
Get:9 http://apt.pop-os.org/release jammy InRelease [16.6 kB]
Err:9 http://apt.pop-os.org/release jammy InRelease
At least one invalid signature was encountered.
Hit:11 http://apt.pop-os.org/ubuntu jammy InRelease
Hit:12 https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu jammy InRelease
Err:11 http://apt.pop-os.org/ubuntu jammy InRelease
At least one invalid signature was encountered.
Err:12 https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu jammy InRelease
At least one invalid signature was encountered.
Get:13 http://apt.pop-os.org/ubuntu jammy-security InRelease [129 kB]
Hit:14 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
Err:14 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
At least one invalid signature was encountered.
Err:13 http://apt.pop-os.org/ubuntu jammy-security InRelease
At least one invalid signature was encountered.
Get:15 http://apt.pop-os.org/ubuntu jammy-updates InRelease [128 kB]
Err:15 http://apt.pop-os.org/ubuntu jammy-updates InRelease
At least one invalid signature was encountered.
Get:16 http://apt.pop-os.org/ubuntu jammy-backports InRelease [127 kB]
Err:16 http://apt.pop-os.org/ubuntu jammy-backports InRelease
At least one invalid signature was encountered.
Fetched 401 kB in 2s (212 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://packages.microsoft.com/repos/code stable InRelease' doesn't support architecture 'i386'
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.google.com/linux/chrome/deb stable InRelease: At least one invalid signature was encountered.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.pop-os.org/proprietary jammy InRelease: At least one invalid signature was encountered.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.pop-os.org/release jammy InRelease: At least one invalid signature was encountered.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.pop-os.org/ubuntu jammy InRelease: At least one invalid signature was encountered.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu jammy InRelease: At least one invalid signature was encountered.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease: At least one invalid signature was encountered.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.pop-os.org/ubuntu jammy-security InRelease: At least one invalid signature was encountered.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.pop-os.org/ubuntu jammy-updates InRelease: At least one invalid signature was encountered.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.pop-os.org/ubuntu jammy-backports InRelease: At least one invalid signature was encountered.
W: Failed to fetch https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu/dists/jammy/InRelease At least one invalid signature was encountered.
W: Failed to fetch https://dl.google.com/linux/chrome/deb/dists/stable/InRelease At least one invalid signature was encountered.
W: Failed to fetch https://ppa.launchpadcontent.net/ondrej/php/ubuntu/dists/jammy/InRelease At least one invalid signature was encountered.
W: Failed to fetch http://apt.pop-os.org/proprietary/dists/jammy/InRelease At least one invalid signature was encountered.
W: Failed to fetch http://apt.pop-os.org/release/dists/jammy/InRelease At least one invalid signature was encountered.
W: Failed to fetch http://apt.pop-os.org/ubuntu/dists/jammy/InRelease At least one invalid signature was encountered.
W: Failed to fetch http://apt.pop-os.org/ubuntu/dists/jammy-security/InRelease At least one invalid signature was encountered.
W: Failed to fetch http://apt.pop-os.org/ubuntu/dists/jammy-updates/InRelease At least one invalid signature was encountered.
W: Failed to fetch http://apt.pop-os.org/ubuntu/dists/jammy-backports/InRelease At least one invalid signature was encountered.
W: Some index files failed to download. They have been ignored, or old ones used instead.
Alguém mais com esse problema? Pode estar relacionado a alguma atualização recente do Pop!_OS ou expirou alguma key?
Poderiam me orientar a resolução?
Agradeço desde já por qualquer orientação.