I would like to install wine32 on my ubuntu 20.04 but it's impossible.

If I run sudo apt-get install wine32, I've :

Les paquets suivants contiennent des dépendances non satisfaites : wine32:i386 : Dépend: libwine:i386 (= 5.0-3ubuntu1) mais ne sera pas installé 

I run sudo apt-get install libwine:i386 and :

Les paquets suivants contiennent des dépendances non satisfaites : libwine:i386 : Dépend: libfaudio0:i386 (>= 19.06.07) mais ne sera pas installé Dépend: libglib2.0-0:i386 (>= 2.12.0) mais ne sera pas installé Dépend: libgphoto2-6:i386 (>= 2.5.10) mais ne sera pas installé Dépend: libgstreamer-plugins-base1.0-0:i386 (>= 1.0.0) mais ne sera pas installé Dépend: libgstreamer1.0-0:i386 (>= 1.4.0) mais ne sera pas installé Dépend: libxml2:i386 (>= 2.9.0) mais ne sera pas installé Recommande: libsane:i386 (>= 1.0.24) mais ne sera pas installé Recommande: libxslt1.1:i386 (>= 1.1.25) mais ne sera pas installé Recommande: gstreamer1.0-plugins-good:i386 mais ne sera pas installé 

I also checked in my ubuntu softwares updates if important and recommended updates are enabled :

enter image description here enter image description here

And I think it's okay no?

I tried this :

sudo dpkg --add-architecture i386 sudo apt update 

And a new time the first commands, but no changes. I don't know what can I do anymore

My sources.list :

EDIT :

I tried apt policy libc6:{amd64,i386} :

libc6: Installé : 2.31-0ubuntu9.9 Candidat : 2.31-0ubuntu9.9 Table de version : *** 2.31-0ubuntu9.9 500 500 focal-updates/main amd64 Packages 100 /var/lib/dpkg/status 2.31-0ubuntu9.7 500 500 focal-security/main amd64 Packages 2.31-0ubuntu9 500 500 focal/main amd64 Packages libc6:i386: Installé : 2.31-0ubuntu9.9 Candidat : 2.31-0ubuntu9.9 Table de version : *** 2.31-0ubuntu9.9 500 500 focal-updates/main i386 Packages 100 /var/lib/dpkg/status 2.31-0ubuntu9.7 500 500 focal-security/main i386 Packages 2.31-0ubuntu9 500 500 focal/main i386 Packages 

I tried the following command : sudo apt install libc6/stable

E: La version « stable » de « libc6 » est introuvable 

And sudo apt install libc6 :

libc6 est déjà la version la plus récente (2.31-0ubuntu9.9). libc6 passé en « installé manuellement ». Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires : linux-headers-5.13.0-48-generic linux-hwe-5.13-headers-5.13.0-48 linux-image-5.13.0-48-generic linux-modules-5.13.0-48-generic linux-modules-extra-5.13.0-48-generic linux-modules-nvidia-470-5.13.0-48-generic linux-objects-nvidia-470-5.13.0-48-generic linux-signatures-nvidia-5.13.0-48-generic Veuillez utiliser « sudo apt autoremove » pour les supprimer. 0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour. 
6

Related questions 12 Can't build 32bit Wine on 64bit linux 4 The entry point method could not be loaded 6 can't compile wine on 64 bit ubuntu Related questions 12 Can't build 32bit Wine on 64bit linux 4 The entry point method could not be loaded 6 can't compile wine on 64 bit ubuntu 11 E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages 2 Wine Cannot build a 32-bit program error 2 cannot install JDK 8 on wine Ubuntu 0 What is the proper way to build Wine in 64bit Debian? 3 apt --fix-broken install does not work, package manager broken after installing wine-stable 1 how to fix winehq-stable : Depends: wine-stable (= 6.0.2~hirsute-1)? 4 winehq-stable : Depends: wine-stable (= 7.0.0.0~focal-1) Load 7 more related questions Show fewer related questions

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.