Erro on using winehq.key

Questions about Wine on Linux
Locked
Calligenia
Newbie
Newbie
Posts: 1
Joined: Thu Sep 08, 2022 11:47 am

Erro on using winehq.key

Post by Calligenia »

Hello.
I am using MX Linux 21.2 with Debian Bullseye base.
and this happen:

rr:4 https://dl.winehq.org/wine-builds/debian bullseye InRelease
As seguintes assinaturas não puderam ser verificadas porque a chave pública não está disponível: NO_PUBKEY 76F1A20FF987672F
A ler as listas de pacotes... Pronto
W: Erro GPG: https://dl.winehq.org/wine-builds/debian bullseye InRelease: As seguintes assinaturas não puderam ser verificadas porque a chave pública não está disponível: NO_PUBKEY 76F1A20FF987672F
E: The repository 'https://dl.winehq.org/wine-builds/debian bullseye InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

The same thing happens with Linux Mint 21
I just follow the instructions on this webpage:
"https://wiki.winehq.org/Debian"

Can anyone help me with this problem?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Erro on using winehq.key

Post by jkfloris »

Did you also download the winehq key?

Code: Select all

sudo wget -O /usr/share/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
If that doesn't improve the situation post the output of:

Code: Select all

cat /etc/apt/sources.list.d/winehq-bullseye.sources
Locked