Error on Install

Questions about Wine on Linux
Locked
X0lfm4n
Newbie
Newbie
Posts: 2
Joined: Fri Mar 08, 2019 3:43 pm

Error on Install

Post by X0lfm4n »

I have do:

sudo apt-get install lib32gcc1
sudo dpkg --add-architecture i386
sudo apt-get update
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/debian/'
sudo apt-get update
sudo apt-get install winehq-stable

but i become this error:
GPG error: https://dl.winehq.org jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error on Install

Post by dimesio »

X0lfm4n wrote: wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
You downloaded the wrong key. viewtopic.php?f=8&t=31621
X0lfm4n
Newbie
Newbie
Posts: 2
Joined: Fri Mar 08, 2019 3:43 pm

Re: Error on Install

Post by X0lfm4n »

ah ok thank you
Locked