Software - Support > Updates
Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX
(1/1)
TheDead:
Thanks Jerry!
This also solves the problem when Wine was installed manually (wine-dev).
Wouldn't it be great if all things in life could be solved in one command line! ;)
LOAD "*",8,1
Cheers!
Jerry:
If your getting the following error message during updates in 3.x:
--- Code: ---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 xenial 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/xenial/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.
--- End code ---
Fix with the following:
--- Code: ---wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key && sudo apt update
--- End code ---
Then run Install Updates again.
Navigation
[0] Message Index
Go to full version