Wine stable not found

Questions about Wine on Linux
Locked
MintyEduc
Newbie
Newbie
Posts: 3
Joined: Sat Nov 24, 2018 6:39 am

Wine stable not found

Post by MintyEduc »

I am new with Linux. Just installed Linux Mint 19 Cinnamon with latest updates (3.8.9 - Linux Kernel 4.15.0-39-generic).
Next step was the installation of Wine.

inty@EDUC:~$ sudo dpkg --add-architecture i386
minty@EDUC:~$ wget -nc https://dl.winehq.org/wine-builds/Release.key
--2018-11-24 00:11:53-- https://dl.winehq.org/wine-builds/Release.key
Auflösen des Hostnamens dl.winehq.org (dl.winehq.org) … 151.101.38.217
Verbindungsaufbau zu dl.winehq.org (dl.winehq.org)|151.101.38.217|:443 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 3122 (3.0K) [application/pgp-keys]
Wird in »Release.key« gespeichert.

Release.key 100%[===================>] 3.05K --.-KB/s in 0s

2018-11-24 00:11:54 (11.7 MB/s) - »Release.key« gespeichert [3122/3122]

minty@EDUC:~$ sudo apt-key add Release.key
OK
minty@EDUC:~$ sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
minty@EDUC:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
minty@EDUC:~$ sudo apt-get install --install-recommends winehq-stable
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
W: Ziel Packages (main/binary-amd64/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel Packages (main/binary-i386/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel Packages (main/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel Translations (main/i18n/Translation-de_CH) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel Translations (main/i18n/Translation-de) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel Translations (main/i18n/Translation-en) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel DEP-11 (main/dep11/Components-amd64.yml) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel DEP-11 (main/dep11/Components-all.yml) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel CNF (main/cnf/Commands-amd64) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
W: Ziel CNF (main/cnf/Commands-all) ist mehrfach konfiguriert in /etc/apt/sources.list.d/additional-repositories.list:1 und /etc/apt/sources.list.d/additional-repositories.list:2
E: Paket winehq-stable kann nicht gefunden werden.

******************************
Since I already found a post with the mentioned duplicate additional-repositiories.list. I followed the instructions and deleted the duplicate line. Then tried again

minty@EDUC:~$ sudo apt-get install --install-recommends winehq-stable
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
E: Paket winehq-stable kann nicht gefunden werden.

But as you can see without success. Any help is very welcome
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine stable not found

Post by dimesio »

Code: Select all

minty@EDUC:~$ sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
minty@EDUC:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
On Mint you should have only run the second of those commands, not both.
Since I already found a post with the mentioned duplicate additional-repositiories.list. I followed the instructions and deleted the duplicate line. Then tried again
What post are you talking about? I don't recall that ever coming up here.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine stable not found

Post by jkfloris »

Did you run

Code: Select all

sudo apt-get update
MintyEduc
Newbie
Newbie
Posts: 3
Joined: Sat Nov 24, 2018 6:39 am

Re: Wine stable not found

Post by MintyEduc »

dimesio wrote:

Code: Select all

minty@EDUC:~$ sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
minty@EDUC:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
On Mint you should have only run the second of those commands, not both.
Since I already found a post with the mentioned duplicate additional-repositiories.list. I followed the instructions and deleted the duplicate line. Then tried again
What post are you talking about? I don't recall that ever coming up here.
Sorry, I found the problem described in a german linux forum. Should have mentioned here.
https://www.linuxmintusers.de/index.php?topic=50490.0
MintyEduc
Newbie
Newbie
Posts: 3
Joined: Sat Nov 24, 2018 6:39 am

Re: Wine stable not found

Post by MintyEduc »

What post are you talking about? I don't recall that ever coming up here.
Sorry, found this issue described in a german forum:
https://www.linuxmintusers.de/index.php?topic=50490.0

Code: Select all

sudo apt-get update
Thank you for the incredible fast support.
After update I was able to run the installation.
Locked