Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=46) +--- Thread: Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX (/showthread.php?tid=6011) |
Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX - Valtam - 02-18-2019 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 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. Re: Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX - TheDead - 02-18-2019 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! Re: Updates failure Series 3.x Wine NO_PUBKEY 76F1A20FF987672F error FIX - Yoru3 - 09-27-2023 Thank you Jerry, That fixed one of my older machines still on LL3.x |