51
Is my apt bugged?
(feddit.it)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Try all the cleanup commands, so:
Then reboot and try again.
But yes, it looks weird.
Just did all of them and rebooted. No luck
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:
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.
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.