公開鍵は使用できず、apt-update は使用できません。 [重複]

公開鍵は使用できず、apt-update は使用できません。 [重複]

次のエラーがたくさん発生します。

W: An error occurred during the signature verification. 
The repository is not updated and the previous index files will be used. 
GPG error: http://ftp.uk.debian.org/debian stretch-updates 
InRelease: The following signatures couldn't be verified because the public key 
is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010

次のコマンドを使用して手動でキーを追加してみてください。

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

インポート/処理済みとマークされていますが、同じエラーが発生します。

ベストアンサー1

私はこれをお勧めします:

sudo apt-get clean
sudo mv /var/lib/apt/lists /tmp
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get update

おすすめ記事