51
submitted 1 day ago* (last edited 22 hours ago) by pewpew@feddit.it to c/linux@lemmy.ml

I've been trying the COSMIC store and it looks like it killed my apt somehow. Apt says that there is a version mismatch between some libc6 packages, but I checked with dpkg and it all looks correct.

Apt says that I've a newer version of some packages but that is not true. Is there any way to fix this?

EDIT: Fixed formatting

you are viewing a single comment's thread
view the rest of the comments
[-] Black616Angel@discuss.tchncs.de 4 points 23 hours ago* (last edited 23 hours ago)

Try all the cleanup commands, so:

apt autoremove; apt clean; apt autoclean; apt update

Then reboot and try again.

But yes, it looks weird.

[-] pewpew@feddit.it 4 points 22 hours ago

Just did all of them and rebooted. No luck

[-] Black616Angel@discuss.tchncs.de 7 points 22 hours ago* (last edited 21 hours ago)

Okay, I've read into your post a bit more and something is fishy. You have libc6 for different CPU-architectures installed.

Programs for i368 and amd64 should not be installed on the same machine. The error probably stems from that.

Run the following to find out the architecture:

uname -p

If it says 'x86_64' then it's amd64 and if it's something like 'i368’ then it's that. Otherwise, your system might be really borked...

And then remove the wrong one.

[-] TechnoCat@piefed.social 7 points 21 hours ago* (last edited 21 hours ago)

FWIW, installing steam used to also install both architectures on my Fedora machine. I use the flatpak version now because it kept causing conflicts years ago.

this post was submitted on 07 Dec 2025
51 points (98.1% liked)

Linux

57274 readers
297 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS