web-dev-qa-db-ja.com

正規のアーカイブリポジトリでのBADSIGエラー

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.<br>GPG error: http://archive.canonical.com precise Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>

次のコマンドを発行しました:

Sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5

そして次のメッセージを受け取りました:

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.VE2O5iyxt2 --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5
gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com
gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <[email protected]>" 25 new signatures
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:         new signatures: 25

この投稿から一連のコマンドを試してみました:

更新中のBADSIGエラー(Ubuntuアーカイブ自動署名キー)

Y-PPA-Managerを使用してみました:

今のところ何も機能していません。

3
Jason Smith

PPAが古いことがわかりました。更新されたPPAを入手し、古いものを置き換え、更新を再実行しましたが、今回はエラーメッセージはありません。

1
Jason Smith