Invalid Signature for WineHQ Debian 10 Buster

Questions about Wine on Linux
Locked
4joey1
Level 1
Level 1
Posts: 7
Joined: Thu Jul 23, 2020 5:57 am

Invalid Signature for WineHQ Debian 10 Buster

Post by 4joey1 »

Hi!I am running Debian 10 Buster.As I was performing routing packages updates via command below I got error messages for invalid signatures for WineHQ as below

Code: Select all

# apt update && apt upgrade
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./ InRelease: The following signatures were invalid: EXPKEYSIG DFA175A75104960E Emulators OBS Project <[email protected]>
W: Failed to fetch https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/./InRelease  The following signatures were invalid: EXPKEYSIG DFA175A75104960E Emulators OBS Project <[email protected]>
W: Some index files failed to download. They have been ignored, or old ones used instead.
I ran commands below to get new key

Code: Select all

# wget -nc https://dl.winehq.org/wine-builds/winehq.key
--2020-12-18 08:10:19--  https://dl.winehq.org/wine-builds/winehq.key
Resolving dl.winehq.org (dl.winehq.org)... 151.101.18.217
Connecting to dl.winehq.org (dl.winehq.org)|151.101.18.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3220 (3.1K) [application/pgp-keys]
Saving to: ‘winehq.key’

winehq.key                            100%[=======================================================================>]   3.14K  --.-KB/s    in 0s      

2020-12-18 08:10:20 (9.12 MB/s) - ‘winehq.key’ saved [3220/3220]

# sudo apt-key add winehq.key
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
but when I ran the apt update && apt upgrade command again the errors persist.Kindly help
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Invalid Signature for WineHQ Debian 10 Buster

Post by dimesio »

Code: Select all

Failed to fetch https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/./InRelease  The following signatures were invalid: EXPKEYSIG DFA175A75104960E Emulators OBS Project <[email protected]>
Why are you using the OBS? The winehq.key you downloaded is for dl.winehq.org and that's the repository you should be using. Please follow the instructions in https://wiki.winehq.org/Debian.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Invalid Signature for WineHQ Debian 10 Buster

Post by spoon0042 »

It's suggested in this post in the thread about installing faudio packages: viewtopic.php?f=8&t=32192#p121683

That Release.key was updated Dec 13 so (assuming OBS wasn't hacked) they should have to just repeat the wget & apt-key add step there.
Locked