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,325
  • 24
  • 86
  • 117
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,437
  • 2
    It would be useful if you added an explanation of why winehq.key is required and if this is sufficient to allow the user to complete the installation of Wine. – CentaurusA Sep 19 '19 at 15:18
  • 1
    Nope still wont work Ign:5 http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic InRelease
    Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease
    Err:7 http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic Release
    404 Not Found [IP: 91.189.95.83 80] Reading package lists... Done
    E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic Release' does not have a Release file. N: Updating from such a repository c
    – Popy Sep 20 '19 at 01:24
  • really ppa and winehq.org? Remove the ppa ist does not provide packages for bionic. http://ppa.launchpad.net/wine/wine-builds/ubuntu/dists/ – nobody Sep 21 '19 at 09:55