Dépend: wine-stable (= 5.0.3~buster)

Questions about Wine on Linux
Locked
calixtus06
Level 2
Level 2
Posts: 10
Joined: Sat Nov 30, 2019 12:09 pm

Dépend: wine-stable (= 5.0.3~buster)

Post by calixtus06 »

Hi
I don't understand what I forget or make wrong .. installing wine 5 stable .

Code: Select all

apt install --install-recommends winehq-stable

Code: Select all

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
[b] winehq-stable : Dépend: wine-stable (= 5.0.3~buster)[/b]
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ». 
Thanks by advance
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Dépend: wine-stable (= 5.0.3~buster)

Post by jkfloris »

Did you install the libfaudio0 packages?
viewtopic.php?f=8&t=32192
nru1979
Level 2
Level 2
Posts: 16
Joined: Thu Nov 05, 2020 3:23 am

Re: Dépend: wine-stable (= 5.0.3~buster)

Post by nru1979 »

What is the content of your /etc/apt/sources.list and /etc/apt/sources.list.d/ ?

Is architecture i386 already added with dpkg --add-architecture i386
What is the output of
sudo apt-get install wine-stable

I speak french, you can PM me if you want.
calixtus06
Level 2
Level 2
Posts: 10
Joined: Sat Nov 30, 2019 12:09 pm

Re: Dépend: wine-stable (= 5.0.3~buster)

Post by calixtus06 »

jkfloris wrote: Mon Dec 14, 2020 11:17 am Did you install the libfaudio0 packages?
viewtopic.php?f=8&t=32192
Hello

Yes with the open suse's repository
calixtus06
Level 2
Level 2
Posts: 10
Joined: Sat Nov 30, 2019 12:09 pm

Re: Dépend: wine-stable (= 5.0.3~buster)

Post by calixtus06 »

nru1979 wrote: Sat Feb 20, 2021 2:34 pm What is the content of your /etc/apt/sources.list and /etc/apt/sources.list.d/ ?

Is architecture i386 already added with dpkg --add-architecture i386
What is the output of
sudo apt-get install wine-stable

I speak french, you can PM me if you want.

Code: Select all

:/etc/apt/sources.list.d# ls

Code: Select all

backups			    google-chrome.list	   opera-stable.list	      various.list
debian.list		    google-earth-pro.list  signal-xenial.list
debian.list.save	    mx.list		   teamviewer.list
debian-stable-updates.list  nordvpn.list	   teamviewer.list.dpkg-dist
I don't find the wine 's repository here but in the synaptic it appears ( ??)

Code: Select all

apt install wine-stable
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 wine-stable : Dépend: wine-stable-i386 (= 7.0.0.0~buster-1)
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».

Code: Select all

apt install wine-stable-i386
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 wine-stable-i386:i386 : Dépend: libgphoto2-6:i386 (>= 2.5.10) mais ne sera pas installé
                         Dépend: libgphoto2-port12:i386 (>= 2.5.10) mais ne sera pas installé
                         Dépend: libpulse0:i386 (>= 0.99.1) mais ne sera pas installé
                         Dépend: libsane:i386 (>= 1.0.24) mais ne sera pas installé
                         Dépend: libudev1:i386 (>= 183) mais ne sera pas installé
                         Dépend: libusb-1.0-0:i386 (>= 2:1.0.21) mais ne sera pas installé
                         Dépend: libasound2-plugins:i386 mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
root@mxNICOssdBoulot:~# 
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Dépend: wine-stable (= 5.0.3~buster)

Post by jkfloris »

What is the output of

Code: Select all

apt policy libudev1 libudev1:i386
# and
apt policy libc6 libc6:i386
hotfrostworm
Level 2
Level 2
Posts: 15
Joined: Fri Nov 06, 2020 3:20 pm

Re: Dépend: wine-stable (= 5.0.3~buster)

Post by hotfrostworm »

It has been a few decades since I learned a little French in high school. But from what I am reading, you have held packages.
"E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état »."

Impossible to fix problem, bad packages are in keep mode.

apt-mark showhold

The command above will show all packages marked for hold. For more information use;

man apt-mark
calixtus06
Level 2
Level 2
Posts: 10
Joined: Sat Nov 30, 2019 12:09 pm

Re: Dépend: wine-stable (= 5.0.3~buster)

Post by calixtus06 »

Hello ,

Code: Select all

libudev1:
  Installé : 1:241-5+mx19+2
  Candidat : 1:241-5+mx19+2
 Table de version :
 *** 1:241-5+mx19+2 100
        100 /var/lib/dpkg/status
     241-7~deb10u8 500
        500 http://ftp.rezopole.net/debian buster/main amd64 Packages
        500 http://deb.debian.org/debian-security buster/updates/main amd64 Packages
libudev1:i386:
  Installé : (aucun)
  Candidat : 241-7~deb10u8
 Table de version :
     241-7~deb10u8 500
        500 http://ftp.rezopole.net/debian buster/main i386 Packages
        500 http://deb.debian.org/debian-security buster/updates/main i386 Packages
libc6:
  Installé : 2.28-10
  Candidat : 2.28-10
 Table de version :
 *** 2.28-10 500
        500 http://ftp.rezopole.net/debian buster/main amd64 Packages
        100 /var/lib/dpkg/status
libc6:i386:
  Installé : 2.28-10
  Candidat : 2.28-10
 Table de version :
 *** 2.28-10 500
        500 http://ftp.rezopole.net/debian buster/main i386 Packages
        100 /var/lib/dpkg/status


With the command :

Code: Select all

apt-mark showhold

nothing happened
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Dépend: wine-stable (= 5.0.3~buster)

Post by jkfloris »

Code: Select all

libudev1:
  Installé : 1:241-5+mx19+2
  Candidat : 1:241-5+mx19+2
 Table de version :
 *** 1:241-5+mx19+2 100
        100 /var/lib/dpkg/status
     241-7~deb10u8 500
        500 http://ftp.rezopole.net/debian buster/main amd64 Packages
        500 http://deb.debian.org/debian-security buster/updates/main amd64 Packages
You installed systemd/ udev from the MX19 repository once, but that repo isn't enabled anymore.
Re-enable the MX19 repo or switch to Debian with:

Code: Select all

sudo apt install libudev1=241-7~deb10u8
If you do this, it is recommended that you search the system for other packages from mx19 and change them to Debian.
Locked