apt-getを更新すると、「利用可能な公開鍵はありません」

apt-getを更新すると、「利用可能な公開鍵はありません」

実行時にapt-get update次のエラーが発生します。

root@ADS3-Debian6:/home/aluno# apt-get update
Atingido http://sft.if.usp.br squeeze Release.gpg
Ign http://sft.if.usp.br/debian/ squeeze/contrib Translation-en
Ign http://sft.if.usp.br/debian/ squeeze/contrib Translation-pt
Ign http://sft.if.usp.br/debian/ squeeze/contrib Translation-pt_BR

(...)

Obter:10 http://security.debian.org squeeze/updates/non-free i386 Packages [14 B]
Baixados 612 kB em 4s (125 kB/s)                    
Lendo listas de pacotes... Pronto
There is no public key available for the following key IDs: 8B48AD6246925553

ベストアンサー1

他の回答が有効かどうかは、その回答が表すパッケージに「8B48AD6246925553」キーがあるかどうかによって異なります。

キーが必要な場合は、キーをインポートする必要があり、キーが見つかる場所はキーサーバーにあります(通常はすべてのキーサーバーで利用可能)。

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553

おすすめ記事