The following packages have unmet dependencies (KDE Neon)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
Unamelable
Newbie
Newbie
Posts: 2
Joined: Wed May 22, 2024 4:15 am

The following packages have unmet dependencies (KDE Neon)

Post by Unamelable »

In the preinstalled repository I can only download wine 6.0 version. When I try to download new versions I get errors

Code: Select all

sudo apt install winehq-stable
Reading package lists... Done
Building a dependency tree... Done
Reading status information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) winehq-stable:amd64 < none -> 9.0.0.0~bullseye-1 @un puN Ib >
Broken winehq-stable:amd64 Depends on wine-stable:amd64 < none @un H > (= 9.0.0.0~bullseye-1)
   Considering wine-stable:amd64 0 as a solution to winehq-stable:amd64 9999
   Considering wine-stable:i386 0 as a solution to winehq-stable:amd64 9999
Done
Some packages cannot be installed. Perhaps what you are asking is
is not feasible, or you are using an unstable version of the distribution, where
The packages you requested have not yet been created or have been removed from Incoming.
The following information may help you:

The following packages have unmet dependencies:
  winehq-stable : Depends on: wine-stable (= 9.0.0.0~bullseye-1)
E: Unable to fix errors: you have fixed broken packages.
Using the FAQ doesn't help either.

Code: Select all

sudo apt install libpoppler-glib8:{i386,amd64}=22.02.0-2ubuntu0.3
Reading package lists... Done
Building a dependency tree... Done
Reading status information... Done
Starting pkgProblemResolver with broken count: 2
Starting 2 pkgProblemResolver with broken count: 2
Investigating (0) libpoppler-glib8:amd64 < 24.02.0-0xneon+22.04+jammy+release+build30 -> 22.02.0-2ubuntu0.3 @ii pmD Ib >
Broken libpoppler-glib8:amd64 Depends on libpoppler118:amd64 < 22.02.0-2ubuntu0.4 @ii mK > (= 22.02.0-2ubuntu0.3)
   Considering libpoppler118:amd64 5 as a solution to libpoppler-glib8:amd64 10007
Investigating (0) libpoppler-glib8:i386 < none -> 22.02.0-2ubuntu0.3 @un puN Ib >
Broken libpoppler-glib8:i386 Depends on libpoppler118:i386 < none | 22.02.0-2ubuntu0.4 @un uH > (= 22.02.0-2ubuntu0.3)
   Considering libpoppler118:i386 0 as a solution to libpoppler-glib8:i386 9999
   Re-Instated libexpat1:i386
   Re-Instated libbrotli1:i386
   Re-Instated libpng16-16:i386
   Re-Instated libfreetype6:i386
   Re-Instated libfontconfig1:i386
   Re-Instated libjpeg-turbo8:i386
   Re-Instated libjpeg8:i386
   Re-Instated liblcms2-2:i386
   Re-Instated libnspr4:i386
   Re-Instated libsqlite3-0:i386
   Re-Instated libnss3:i386
   Re-Instated libopenjp2-7:i386
   Re-Instated libstdc++6:i386
   Re-Instated libdeflate0:i386
   Re-Instated libjbig0:i386
   Re-Instated libwebp7:i386
   Re-Instated libtiff5:i386
   Re-Instated libpoppler118:i386
Broken libpoppler-glib8:i386 Depends on libcairo2:i386 < none | 1.16.0-5ubuntu2 @un uH > (>= 1.12.0)
   Considering libcairo2:i386 0 as a solution to libpoppler-glib8:i386 9999
   Re-Instated libpixman-1-0:i386
   Re-Instated libxau6:i386
   Re-Instated libmd0:i386
   Re-Instated libbsd0:i386
   Re-Instated libxdmcp6:i386
   Re-Instated libxcb1:i386
   Re-Instated libx11-6:i386
   Re-Instated libxcb-render0:i386
   Re-Instated libxcb-shm0:i386
   Re-Instated libxext6:i386
   Re-Instated libxrender1:i386
   Re-Instated libcairo2:i386
Broken libpoppler-glib8:i386 Depends on libglib2.0-0:i386 < none | 2.72.4-0ubuntu2.3 @rc uH > (>= 2.67.1)
   Considering libglib2.0-0:i386 0 as a solution to libpoppler-glib8:i386 9999
   Re-Instated libffi8:i386
   Re-Instated libglib2.0-0:i386
Done
Some packages cannot be installed. Perhaps what you are asking is
is not feasible, or you are using an unstable version of the distribution, where
The packages you requested have not yet been created or have been removed from Incoming.
The following information may help you:

The following packages have unmet dependencies:
  libpoppler-glib8 : Depends: libpoppler118 (= 22.02.0-2ubuntu0.3) but 22.02.0-2ubuntu0.4 must be installed
  libpoppler-glib8:i386 : Depends: libpoppler118:i386 (= 22.02.0-2ubuntu0.3) but 22.02.0-2ubuntu0.4 must be installed
E: Unable to fix errors: you have fixed broken packages.
Снимок экрана_20240522_121923.png
jkfloris
Level 12
Level 12
Posts: 3146
Joined: Thu Aug 14, 2014 10:10 am

Re: The following packages have unmet dependencies (KDE Neon)

Post by jkfloris »

Which versions of libpoppler-glib8 are available for your system?

Code: Select all

apt policy libpoppler-glib8*:{amd64,i386}
Post Reply