Unable to install WINE in ubuntu 20.04
Matthew Martinez
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 , 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 installedCan anyone solve my problem ??
21 Answer
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:// 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