Linux Lite Forums

Software - Support => Updates => Topic started by: Jerry on February 17, 2019, 08:54:47 PM

Title: Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX
Post by: Jerry on February 17, 2019, 08:54:47 PM
If your getting the following error message during updates in 3.x:

Code: [Select]
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: [Select]
wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key && sudo apt update
Then run Install Updates again.
Title: Re: Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX
Post by: TheDead on February 18, 2019, 01:42:23 PM
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!
Title: Re: Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX
Post by: Yoru3 on September 27, 2023, 05:09:32 AM
Thank you Jerry,
That fixed one of my older machines still on LL3.x