1

I am trying to install Wine, the latest one but I am encountering the following error:

E: The repository 'https://dl.winehq.org/wine-builds/ubuntu bionic 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.

I tried switching with it around in settings, trying with the repository removed, adding the ppa key, and nothing seems to work.

The allow --allow-unauthenticated command doesn't work. I have tried Wine from the Ubuntu store but it's outdated and my programs won't work with it.

I am currently running Xubuntu.

Parto
  • 15,647
Popy
  • 11

1 Answers1

0
wget -nc https://dl.winehq.org/wine-builds/winehq.key

and

sudo apt-key add winehq.key

source

nobody
  • 5,792