Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Unable to install WINE in ubuntu 20.04

Writer 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 installed

Can anyone solve my problem ??

2

1 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 

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, privacy policy and cookie policy