linuxmint / mint22-beta

BETA Bug Squash Rush
33 stars 1 forks source link

Can't install libglib2-0-0 #126

Closed throughwind closed 4 months ago

throughwind commented 4 months ago

sudo apt-get install libglib2.0-0 Reading package lists... Done Building a dependency tree... Done Reading status information... 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: mintsources: Depends: python3-gi but it won't install Depends: python3-gi-cairo but it won't install Depends: python3-repolib but it won't install Depends: mint-common (>= 2) but it won't be installed Depends: gir1.2-gdkpixbuf-2.0 but it will not be installed Depends: gir1.2-glib-2.0 but it will not be installed Depends: gir1.2-gtk-3.0 but it will not be installed Depends: gir1.2-packagekitglib-1.0 but it will not be installed Depends: gir1.2-pango-1.0 but it won't install Depends: gir1.2-vte-2.91 but it will not be installed Depends: gir1.2-xapp-1.0 but it will not be installed E: Error: pkgProblemResolver::Resolve resulted in broken packages. This may be caused by frozen packets.

mtwebster commented 4 months ago

Mint 22 has libglib already. It's heavily used by many apps. Why are you trying to install it? Is this a different version?

I'm not sure what's going on but if you're missing that you're better off re-installing the iso.

throughwind commented 4 months ago

For example I can't install anydesk. Maybe it wants to install a version that is not yet supported by the system? image

mtwebster commented 4 months ago

The .deb package from their website installs ok. It wants to install a single package, but there's no conflict (and it's not libglib) Did you have any package issues prior to this

Paste the output from:

apt install -f --simulate
throughwind commented 4 months ago

image

mtwebster commented 4 months ago

What does:

dpkg --list | grep libglib

return?

throughwind commented 4 months ago

image

throughwind commented 4 months ago

I don't know what caused it, but it worked image

throughwind commented 4 months ago

The problem resolved itself, perhaps a system update helped.