sudo apt-get update
次のエラーが表示された場合。
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.winehq.org/wine-builds/ubuntu bionic InRelease:
The following signatures couldn't be verified
because the public key is not available: NO_PUBKEY 76F1A20FF987672F
W: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/InRelease
The following signatures couldn't be verified
because the public key is not available: NO_PUBKEY 76F1A20FF987672F
W: Some index files failed to download. They have been ignored, or old ones used instead.
そこで、UbuntuのAskの回答で提案されているように、ミラーを変更します。その後、コンピューターを再起動します。そして、私はまだ上記の同じエラーを受け取りますsudo apt-get update
。
キーを再インストールしてみます。
$ wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
File ‘Release.key’ already there; not retrieving. OK
またping -c3 archive.ubuntu.com
、パケット損失は0%です。他に何をする必要がありますか?
2
それは...ワインのための新しい更新は、彼らが主催しているRelease.keyとは異なるキーで署名されているように見える
—
user3074620
引用形式ではなく、コマンド出力用のコード形式を使用してください(コマンドと同様)。
—
ムル