The officially official Devuan Forum!

You are not logged in.

#1 2023-10-03 21:33:19

recklessswing
Member
From: Türkiye
Registered: 2020-12-18
Posts: 88  

Can't install wine-stable on devuan 5, dependency hell

$ sudo apt install wine-stable
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libavahi-client3 : Depends: libdbus-1-3 (>= 1.9.14) but it is not installable
libpcap0.8 : Depends: libdbus-1-3 (>= 1.9.14) but it is not installable
libpulse0 : Depends: libdbus-1-3 (>= 1.9.14) but it is not installable
libqt5dbus5 : Depends: libdbus-1-3 (>= 1.9.14) but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Offline

#2 2023-10-04 07:18:23

rolfie
Member
Registered: 2017-11-25
Posts: 1,067  

Re: Can't install wine-stable on devuan 5, dependency hell

Well, looked at the list of available packages at devuan.org. When I read that list correctly, wine-stable only exists in the jessie repo. Looking at the Debian SW repo, its also missing in bookworm.

On my PC running Daedalus I get:

# apt list wine*
Auflistung… Fertig
wine-binfmt/stable,stable 8.0~repack-4 all
wine32-preloader/stable 8.0~repack-4 i386
wine32-tools/stable 8.0~repack-4 i386
wine32/stable 8.0~repack-4 i386
wine64-preloader/stable 8.0~repack-4 amd64
wine64-tools/stable 8.0~repack-4 amd64
wine64/stable 8.0~repack-4 amd64
wine/stable,stable 8.0~repack-4 all
winetricks/stable,stable 20230212-2 all
# apt list wine-stable
Auflistung… Fertig

Don't know from where you got that package, its not from Daedalus. I you want to install wine, use wine or wine64. You may need to add i386 as architecture first to be able to run also 32bit software.

Online

#3 2023-10-04 14:23:36

LinuxMan
Member
From: Florida
Registered: 2023-06-28
Posts: 14  
Website

Re: Can't install wine-stable on devuan 5, dependency hell

If your system is 64 bit, enable 32 bit architecture (if you haven't already):

sudo dpkg --add-architecture i386

Add the repository

Download and add the repository key:

sudo mkdir -pm755 /etc/apt/keyrings

sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
	
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources

sudo apt update

Stable branch     

sudo apt install --install-recommends winehq-stable

After install run

winecfg

to install wine mono then run

wine iexplore

to get wine gecko

Last edited by LinuxMan (2023-10-04 14:24:25)

Offline

#4 2023-10-05 20:18:47

recklessswing
Member
From: Türkiye
Registered: 2020-12-18
Posts: 88  

Re: Can't install wine-stable on devuan 5, dependency hell

It's the winehq version of wine for debian. I had wine installed already but devuan's wine has problems. Doesn't work properly. So I install winehq version.

Offline

#5 2023-10-06 21:09:23

LinuxMan
Member
From: Florida
Registered: 2023-06-28
Posts: 14  
Website

Re: Can't install wine-stable on devuan 5, dependency hell

yes the above is for bookworm

Offline

Board footer