Linux Lite Forums

Full Version: Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.

Fix with the following:

Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key && sudo apt update

Then run Install Updates again.
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! Wink

LOAD "*",8,1

Cheers!
Thank you Jerry,
That fixed one of my older machines still on LL3.x