Score:1

Unable to install WINE in ubuntu 20.04

it flag

I am trying to install the package wine on my ubuntu 20.04 , but it is showing me an error. I have completely followed all the steps given on https://wiki.winehq.org/Ubuntu , but after giving the command sudo apt install --install-recommends winehq-stable it shows the following error :

       The following packages have unmet dependencies:
 wine32:i386 : Depends: libc6:i386 (>= 2.28) but it is not going to be installed
               Depends: libwine:i386 (= 5.0-3ubuntu1) but it is not going to be installed

Can anyone solve my problem ??

N0rbert avatar
zw flag
Does this answer your question? [Problem with Wine installation (on Ubuntu 20.04)](https://askubuntu.com/questions/1346916/problem-with-wine-installation-on-ubuntu-20-04)
Andyc avatar
es flag
@user535733 But the instructions he linked do have a listing specific for 20.04
Score:3
fr flag

The hard way: read the FAQ from Wine and do some testing.

The easier way: install the packages from Ubuntu repositories.

The catch: you have already changed your apt repositories definitions (with the command 'sudo add-apt-repository 'deb https:// dl.winehq.org/ wine-builds/ubuntu/ focal main').

To unroll these changes, you can find a good reference here

When you are done with that, you will use Ubuntu repositories.

And this should install Wine:

sudo apt update
sudo apt install wine 
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.