[Kubuntu 22.04] Package Problems; grep, libglib2.0, libgphoto2, librdf0

Questions about Wine on Linux
Locked
My1xT
Newbie
Newbie
Posts: 2
Joined: Sat Jan 13, 2024 6:59 am

[Kubuntu 22.04] Package Problems; grep, libglib2.0, libgphoto2, librdf0

Post by My1xT »

apparently both the wine from winehq and the wine32 from Ubuntu repo cannot install due to some problems with packages, affecting some pretty important packages too apparently, and I am not really sure what to do with this, any Idea.

Code: Select all

sudo apt install --install-recommends winehq-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:
 winehq-stable : Depends: wine-stable (= 8.0.2~jammy-1)
E: Unable to correct problems, you have held broken packages.

$ sudo apt install --install-recommends 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:
 grep : PreDepends: libpcre3 but it is not installable
 libglib2.0-0 : Depends: libpcre3 but it is not installable
 libgphoto2-6 : Depends: libgd3 (>= 2.1.0~alpha~) but it is not installable
 librdf0 : Depends: librasqal3 (>= 0.9.31) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
current repo list and stuff

Code: Select all

sudo apt update
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
Hit:5 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
My1xT
Newbie
Newbie
Posts: 2
Joined: Sat Jan 13, 2024 6:59 am

Re: [Kubuntu 22.04] Package Problems; grep, libglib2.0, libgphoto2, librdf0

Post by My1xT »

Update: (I cant edit apparently)

I had a bunch of sury packages from before a system upgrade, and those apparently were interfering.

doesnt seem to block now
Locked