winehq-devel 7.20 jammy installing on KDE Neon 5.26 (on 22.04)

Questions about Wine on Linux
Locked
brrrk
Newbie
Newbie
Posts: 1
Joined: Thu Nov 10, 2022 4:04 am

winehq-devel 7.20 jammy installing on KDE Neon 5.26 (on 22.04)

Post by brrrk »

I'm getting the following error when I tried to install winehq-devel after following the winehq recommended installation guide...
the code and the complete error message is below. No broken package exists, but I'm getting that error (tried to fix with apt --fix-broken install).
Help, please...

$ sudo apt install --install-recommends winehq-devel
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) winehq-devel:amd64 < none -> 7.20~jammy-1 @un puN Ib >
Broken winehq-devel:amd64 Depends on wine-devel:amd64 < none @un H > (= 7.20~jammy-1)
Considering wine-devel:amd64 0 as a solution to winehq-devel:amd64 9999
Considering wine-devel:i386 0 as a solution to winehq-devel:amd64 9999
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:
winehq-devel : Depends: wine-devel (= 7.20~jammy-1)
E: Unable to correct problems, you have held broken packages.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: winehq-devel 7.20 jammy installing on KDE Neon 5.26 (on 22.04)

Post by jkfloris »

Unfortunately, the KDE Neon repository is not completely multiarch. Only the 64-bit version of libpoppler-glib8 is available.

You can install the older, multiarch Ubuntu version with:

Code: Select all

sudo apt install libpoppler-glib8:{i386,amd64}=22.02.0-2ubuntu0.1
Source: reddit.com/r/kdeneon
Locked