Hi, when following the instruction at https://wiki.winehq.org/Debian the command "sudo apt-get update" gives me the error: -------------------------------------------------------------------- W: GPG error: https://dl.winehq.org jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 818A435C5FCBF54A -------------------------------------------------------------------- Does anyone else see the same error? Minor item: Any reason that "wine-stable" is not listed on the download page? Regards Stefan
Am 22.04.2017 um 15:49 schrieb Stefan Leichter:
when following the instruction at https://wiki.winehq.org/Debian the command "sudo apt-get update" gives me the error:
-------------------------------------------------------------------- W: GPG error: https://dl.winehq.org jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 818A435C5FCBF54A --------------------------------------------------------------------
Did you forget to add the key? ----- wget https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key ----- The file contains the key you are missing: $ gpg --list-packets Release.key | grep keyid keyid: 818A435C5FCBF54A
Minor item: Any reason that "wine-stable" is not listed on the download page?
Fixed. I just forgot to add it. Regards, Michael
Am 22.04.2017 um 16:01 schrieb Michael Müller:
----- wget https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key -----
The file contains the key you are missing:
$ gpg --list-packets Release.key | grep keyid keyid: 818A435C5FCBF54A
Hello Michael, thank you for the hint ----------- root(a)sle3:~# gpg --list-packets Release.key | grep keyid keyid: 0134EBA3CAA5DFC8 :signature packet: algo 1, keyid 0134EBA3CAA5DFC8 :signature packet: algo 17, keyid 3B3011B76B9D6523 root(a)sle3:~# ll -rt Release* -rw-r--r-- 1 root root 1101 Jun 5 2014 Release.key -rw-r--r-- 1 root root 3122 Mar 28 21:54 Release.key.1 ----------- There was a pre existing Release.key that got applied a second time ... Regards Stefan
participants (2)
-
Michael Müller -
Stefan Leichter