Unable to install Wine on Debian Stretch

Questions about Wine on Linux
Locked
sandroroot
Newbie
Newbie
Posts: 1
Joined: Mon Feb 05, 2018 5:45 pm

Unable to install Wine on Debian Stretch

Post by sandroroot »

Hello everyone (and sorry for the lousy English).

I tried installing Wine Stable on my Debian Stretch (where I installed all the updates) following the official step-by-step ( https://wiki.winehq.org/Debian ), however, it is not possible to install it shows that I have broken packages on the system (I run an apt-get -f install and everything is OK):

Code: Select all

root@Debian-9-PC:~# apt-get install --install-recommends winehq-stable
Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isto pode significar que
você solicitou uma situação impossível ou, se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram retirados da "Incoming".
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
 winehq-stable : Depende: wine-stable (= 3.0.0~stretch)
E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.
root@Debian-9-PC:~#
When you try to manually install the dependencies suggested by the output of the command, the result was this:

Code: Select all

root@Debian-9-PC:~# apt-get install --install-recommends winehq-stable wine-stable wine-stable-i386Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isto pode significar que
você solicitou uma situação impossível ou, se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram retirados da "Incoming".
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
 wine-stable-i386:i386 : Depende: libglib2.0-0:i386 (>= 2.12.0) mas não será instalado
                         Depende: libgphoto2-6:i386 (>= 2.5.10) mas não será instalado
                         Depende: libgstreamer-plugins-base1.0-0:i386 (>= 1.0.0) mas não será instalado
                         Depende: libgstreamer1.0-0:i386 (>= 1.4.0) mas não será instalado
                         Depende: libldap-2.4-2:i386 (>= 2.4.7) mas não será instalado
                         Depende: libpulse0:i386 (>= 0.99.1) mas não será instalado
                         Depende: libxml2:i386 (>= 2.9.0) mas não será instalado
                         Depende: libasound2-plugins:i386 mas não será instalado
                         Depende: libncurses5:i386 mas não será instalado
                         Recomenda: libcups2:i386 (>= 1.4.0) mas não será instalado
                         Recomenda: libdbus-1-3:i386 (>= 1.9.14) mas não será instalado
                         Recomenda: libgnutls30:i386 (>= 3.5.0) mas não será instalado
                         Recomenda: libncurses5:i386 (>= 6) mas não será instalado
                         Recomenda: libsane:i386 (>= 1.0.24) mas não será instalado
                         Recomenda: libxslt1.1:i386 (>= 1.1.25) mas não será instalado
E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.
root@Debian-9-PC:~#
The same thing happens when i'm try to install Devel and Staging versions. I've tried using aptitude instead of apt / apt-get, but also unsuccessful...

Anyone have any idea what might be happening?

Thank you in advance for attention!
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Unable to install Wine on Debian Stretch

Post by jkfloris »

Do you have any non-Debian-Stretch package installed? For example an Ubuntu package, a package from Debian Testing or deb-multimedia.
Locked