https://bugs.winehq.org/show_bug.cgi?id=46324
Bug ID: 46324 Summary: On the Ubuntu installation page, the gpg key listed is incorrect Product: WineHQ.org Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: bo@vircio.com Distribution: ---
https://wiki.winehq.org/Ubuntu
The release key is out of date, so the following:
wget -nc https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key
should be changed to: wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key
but it would be even better to add the key like this... wget -q https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add -