this post was submitted on 12 May 2025
46 points (68.0% liked)
Linux
54145 readers
541 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Actually I both do and do not understand why they exist. I use Debian based distros and do not use either well except when I am using Ubuntu which is forcing more and more snaps.
I do actually use exactly one appimage. I use to use the snap but found it was not that stable. One also generally has to have relatively new distro releases too as both flatpack and snap need to be fairly current which can be problem for near EOL Debian stable. Hence neither flatpack nor snap is that portable.
Where flatpacks and snaps look a lot better is smaller distros with smaller repos. Hence, not that interesting for Debian based distros.
I love The Debian Project as an entity and I hope it exists until the end of time. I have this old 2005ish Sony Vaio which was built right at the cusp of the switch to x64 and thanks to Debian (who I believe are the only ones who still do 32 bit builds) I was able to bring my nostalgia for the device into a modern age. But I digress.
I think ultimately we need to find a way to make dependency conflicts a thing of the past. Just install two versions of the same library if 2 of my programs need different ones. Maybe I'm thinking too naively about this and of course this isn't something you could do on an immutable system, but if we're talking Linux as a concept there are definitely some common practices today no one would've even considered 15 years ago. We need to make it irrelevant whether my installer is called pacman, zypper, apt, dnf or what have you. AppImages can give us that freedom and portability right now. Maybe we could combine the convenience of packaged apps with the beauty of centralized package management.