The officially official Devuan Forum!

You are not logged in.

#1 2021-05-02 05:24:45

combridge
Member
Registered: 2021-01-11
Posts: 4  

WineHQ

Is there a logical (ie: step by step) way to get winehq running in Devuan?

I've gone through several posts but seem to hit "roadblocks" along the way. Most are fairly old for the computer world (ie: dependencies mentioned but no where to found when following the directions).

It was fairly simple to do in Slackware, because of the excellent documentation.

Thanks

Offline

#2 2021-05-02 07:12:14

ralph.ronnquist
Administrator
From: Clifton Hill, Victoria, AUS
Registered: 2016-11-30
Posts: 1,106  

Re: WineHQ

Don't the instructions at https://wiki.winehq.org/Debian work for you?

I suppose, for a 64-bit Devuan beowulf, you will also need the prior

# dpkg --add-architecture i386

so as to enable "multiarch support".

Thereafter it's the usual 3 steps: download and add their key, add their "buster" repository sources.list point and update, and then install their package(s). (Though contrary to those instructions, I would always use --no-install-recommends for installing)

Online

#3 2021-05-02 07:19:42

brocashelm
Member
Registered: 2020-06-29
Posts: 112  

Re: WineHQ

You install their packages just as if you would on Debian. Go to this page and carefully follow the instructions. The only two repositories available are Buster (Beowulf) and Bullseye (Chimaera). Select the one that's analogous to your distro version. Note that you'll need the package libfaudio0 first (if your repository doesn't have it, get it from here).

sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

Add either of these to your /etc/apt/sources.list:

deb https://dl.winehq.org/wine-builds/debian/ buster main
deb https://dl.winehq.org/wine-builds/debian/ bullseye main

You have to choose one of the three WineHQ branches. You'll want the stable branch just to be safe, but here are your options:

sudo apt install --install-recommends winehq-stable
sudo apt install --install-recommends winehq-devel
sudo apt install --install-recommends winehq-staging

If you run into any dependency faults, install them again and remove whatever might be conflicting with the installs.

Offline

#4 2021-05-03 01:51:21

combridge
Member
Registered: 2021-01-11
Posts: 4  

Re: WineHQ

Thanks for getting back.
I'll go a little slower this time, dot my i's and cross my tee's. smile

Sometimes I can be a little dense.

Last edited by combridge (2021-05-03 01:52:13)

Offline

#5 2021-10-20 11:15:27

NicePics13
Member
Registered: 2019-09-13
Posts: 14  

Re: WineHQ

In Chimaera Wine 5.0 (and 6.0 from winehq) complained about unmet deps: libcurl4 and libldap-2.4-2 even though they were the correct versions required! I had to somewhat manually install wine32 first, then wine64 and lastly the wine metapackage yikes and that removed some installed packages like mpv and flowblade for no reason I could discern. After putting everything back Wine works.

Offline

#6 2022-09-11 00:17:32

kapqa
Member
Registered: 2019-01-02
Posts: 324  

Re: WineHQ

hello,

i tried this tonight ,

but don't know if this solution is still viable for devuan in2022.

atleast one this laptop here i get the following error

The following packages have unmet dependencies:
 winehq-devel : Depends: wine-devel (= 7.17~buster-1)
E: Unable to correct problems, you have held broken packages.

this happens on devuan beowulf for all 3 options (stable, developemnet or staging).

dont know if this applies to devuan beowulf in general, as i have upgraded from jessie probably up to beowulf, and in the process maybe used once or twice also the "deb-multimedia" repository.

Offline

#7 2022-09-12 23:36:44

GlennW
Member
From: Brisbane, Australia
Registered: 2019-07-18
Posts: 582  

Re: WineHQ

kapqa wrote:

hello,

i tried this tonight ,

but don't know if this solution is still viable for devuan in2022.

atleast one this laptop here i get the following error

The following packages have unmet dependencies:
 winehq-devel : Depends: wine-devel (= 7.17~buster-1)
E: Unable to correct problems, you have held broken packages.

this happens on devuan beowulf for all 3 options (stable, developemnet or staging).

dont know if this applies to devuan beowulf in general, as i have upgraded from jessie probably up to beowulf, and in the process maybe used once or twice also the "deb-multimedia" repository.

"

Hi Kapqa, you may need to remove any packages from "deb-multimedia" repository. Fix the install and then if you really have too, re-install the multimedia packages.


pic from 1993, new guitar day.

Offline

Board footer