Tried installing wine for the first time and all i get is this.

Questions about Wine on Linux
Post Reply
OracolulBitcoin
Newbie
Newbie
Posts: 2
Joined: Tue May 21, 2024 11:47 am

Tried installing wine for the first time and all i get is this.

Post by OracolulBitcoin »

The following packages have unmet dependencies:
libdbus-1-3:i386 : Depends: libsystemd0:i386
libgphoto2-6:i386 : Depends: libcurl4:i386 (>= 7.16.2) but it is not installable
libpci3:i386 : Depends: libudev1:i386 (>= 196) but it is not installable
libpulse0:i386 : Depends: libsystemd0:i386
libsane1:i386 : Depends: libcurl3-gnutls:i386 (>= 7.16.2) but it is not installable
Recommends: sane-airscan:i386 but it is not going to be installed
libusb-1.0-0:i386 : Depends: libudev1:i386 (>= 183) but it is not installable
wine-stable-i386:i386 : Depends: libudev1:i386 (>= 183) but it is not installable
Recommends: libtiff5:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
When running wine version
looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32:i386"
wine-8.0 (Debian 8.0~repack-4)
Anybody know a fix?
User avatar
dimesio
Moderator
Moderator
Posts: 13228
Joined: Tue Mar 25, 2008 10:30 pm

Re: Tried installing wine for the first time and all i get is this.

Post by dimesio »

Did you enable 32 bit architecture?

Code: Select all

sudo dpkg --add-architecture i386 
OracolulBitcoin
Newbie
Newbie
Posts: 2
Joined: Tue May 21, 2024 11:47 am

Re: Tried installing wine for the first time and all i get is this.

Post by OracolulBitcoin »

I did but it still says the that about packages i saw about downgrading them but i don t know how
Post Reply