can't install Wine in Ubuntu Mate 22.04

Questions about Wine on Linux
Locked
IgorDS
Newbie
Newbie
Posts: 1
Joined: Sun Dec 10, 2023 8:11 am

can't install Wine in Ubuntu Mate 22.04

Post by IgorDS »

I follow the instruction on this site to install wine but after
sudo apt install --install-recommends winehq-stable
I get an error, it seems some packages can't be installed and there are some dependencies unsatisfied:
winehq-stable : Dipende: wine-stable (= 8.0.2~jammy-1)
How can I solve this problem?
Thanks
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: can't install Wine in Ubuntu Mate 22.04

Post by jkfloris »

Often there are problems with the 32-bit part. Is it possible to install the wine-stable-i386 package?
And try to install Wine again.

Code: Select all

sudo apt install --install-recommends wine-stable-i386
sudo apt install --install-recommends winehq-stable
If that also fails, post the output of the above sudo apt install commands
and

Code: Select all

apt policy
Locked