I am currently only on Linux on my Steam Deck and I do have two RPi's (though I don't actively use them) so I don't have personal current knowledge of differences between Snap, Flatpak, and App Image beyond that A: Snap always brings up lots and lots of hate in comments and B: is from Canonical.
But is it possible that they might choose to use Snap for having more program options due to Ubuntu being such a "mainstream" distro? I know lots and lots of programs do release Flatpaks, but are there more of them or does Snap have more? Real question since I am aware of how heated some threads get with folks being really "fuck Snap" or "it is fine." Mostly just curious since I am more and more likely to move my main PC to Linux as my main OS after Windows 10 is dead.
I don't like Snap too, but it has some advantages over Flatpak. And unfortunately the most popular distribution still uses Snap. In example it is easier to create Snap packages and Flatpak does not support CLI only applicatoins( Edit: my bad ) , but Snap does (something like grep in example). Also some may like it more that Snap relies on AppArmor instead using the custom solution of Flatpak.
All in all, its not like black and white which is better. I still wish only one of the formats would exist, because this is not the kind of fragmentation I wish to have. But both exist and the end user should decide which of them to kill.
What is so hated about snaps? I’ll admit I haven’t used Ubuntu since they started using snaps, but I don’t understand the hate about them in the Linux community.
I like that snap support is included. You can't easily add it to immutable distros and there is still some software out there only easily available via snaps.
This article is far too hypey. One dude has started this initiative and needs people to work on his concept to get it off the ground. I'm not opposed to a red-hat free immutable system, but this one is so far from maturity this article is selling a first drawing like an almost finished product. Remind me in two years how this went.
Harald, the main architect behind it is already running it as his daily driver. Many others (myself included) are already testing it in VMs and on spare hardware with only very minor papercut issues to be resolved.
The distro is designed to be a bulletproof, highly user-friendly operating system that showcases the best of KDE technology—a system that KDE can confidently recommend to casual users and hardware manufacturers.
So it looks like there will finally be a distribution that Windows, Mac, and ChromeOS users can jump to and just start using without having to learn much and with a much better and more familiar GUI than GNOME.
I think you're exactly right, honestly I think this has potential to be huge. Whether we like it or not, in order for a lot of mid-level savvy users to feel comfortable switching over they need a "default" option (like joining mastodon.social) to get their feet wet. A distro specifically built for KDE I think could appeal to a lot of people.
EDIT: Also for the people buying laptops in businesses and schools obv
So you're telling me that if snaps take off and become a standard there's a good chance I'll have to use them just to get my drivers? Now I hate them even more!
This is highly unlikely. Snapd is open source so you can just repackage the software for your distro of choice. I don't think giving users the ability to use both Flatpak and Snap is bad. Though I would put Snap behind a disclaimer due to Snap Store's history.
I think gnome is working on the same sort of thing, read here.
I'm glad to see both going for an immutable os with flatpaks. It's so much more user friendly for the average person and if you are more technically inclined distrobox makes it a breeze to use it like a regular linux desktop.
Ooo damn that sounds exactly what I'd like to try.
On the other hand I feel like I'm too old for this shit. My system works fine, I understand everything, and things rarely break and never in an unrecoverable way.
Atomic in software refers to an operation that cant be interrupted because it happens in one step. This one of the big selling points of atomic or immutable distros. Your system will not be left in a broken state by cancelling an update because updates do not take multiple steps, unlike traditional distros.
Atomic means that updates are done in a snapshotted manner somehow. It usually means that if an update fails, your system is not in a half working state, but instead will be reverted to the last working state, and that updates are all or nothing.
I create a btrfs snapshot before updates on my Arch Linux system. This is atomic, but not immutable.*
There is also "image based" which distros like ublue (immutable, atomic) are, but Nixos (also immutable and atomic) are not.
*only really before big updates tbh, but I know some people do configure snapshits before all updates.
Fedora has pushed for the change by rebranding their immutable distros as Fedora Atomic Desktops, and these are likely the most popular immutable distros. Bazzite's homepage also describes the distro as atomic, but never mentions the term immutable.
Not all. Red Hat started this by naming their immutable distributions with "atomic" (but then not consistently...). Some people agreed, but not everyone.
How is atomic less confusing? Immutable means that something doesn't change, atomic means that it's the size of an atom or has nuclear energy
EDIT: I've learned that some people are overly pedantic about the meaning and practical use of the word "immutable", so much so that they decided to create a bigger confusion by giving another word a completely different and exclusive meaning
Atomic in software refers to an operation that cannot be interrupted, like the updates in these distros. Immutable is a more confusing term, as it leads users to believe that cannot control parts of the system, when in reality these distros still have tools to do so.
Immutable does not mean "not changing", but rather that you don't have the rights to change. If you take the immutable option away, then its changing again, like when you update your system. People who have a problem with the term say, "see its not immutable, the term is a lie!". Which I kind of agree, but somewhat conflicted.
Atomic is an attempt to create a new "meaning" with a word, that cannot be misunderstood. Its trying to avoid the situation of "Free" in example. But I don't like the term Atomic either, because it just suggest to me that everything is split into many little parts and is not self explanatory like Immutable. I'm conflicted here too.
atomic has had a meaning for a very long time in IT, don't pretend that it's something made up bullshit. with this thinking we could just throw out the word mutable/immutable too, what is it my computer is radioactive and I'll get cancer from it? of course not, because it has a different meaning with computers, and people in the know (not even just professionals because I'm not one) know it.
atomic means that if multiple things would change, they will either change at once, or if the task failed none of it will change.
sometimes these are called transactions, suse calls it transactional updates. but is that any better? now the complaint will be that suse must have transacted away all the money from your bank account!
and distros are obviously not immutable, that's just plainly misleading. we update them, someone does that daily. updating requires it to be mutable, to be modifiable.
Yeah that's certainly annoying but still relying on SDDM to solve this. There is a movement to see if we can import SDDM into the KDE umbrella but it's a bit stalled at the moment.
I use Fedora KDE but this one sounds like exactly what I need. I primarily use Linux for software dev and web browsing and Windows for gaming and Office.
Makes sense that it includes snap given that KDE officially supports their apps packaged as snaps, unlike Gnome.
If I recall correctly, aren’t they going for an Arch base? I assume they’re going to be enabling AppArmor so that the snap sandboxing is mostly working, except for the patches Canonical have failed to upstream so far.
Yes it is an Arch base. Not sure on the apparmor stuff and snap is basically banned from the Arch repos so it's relegated to the AUR which makes it a pain.
Ehh to snaps. That would 100% be the first thing of support to drop if I were them. That said it cool to see more immutable distros experimenting, I wonder how much overlap there is the Kalpa since it is btfs based.
Honestly there definitely still seems some good space for innovation in the immutable space before we "figure it out", so the more smart people experimenting the better!
I am not an expert but I don't think Snap support can be added to an immutable distro after installation, meaning there is going to be some software that simply cannot be easily installed. Snap support is basically a legacy support feature at this point but I think it's nice to cover their bases if they are trying to make something for widespread adoption.
Just curious because Distrowatch can be easily gamed; does anyone know how this might affect the linux consumer market?
I'm using Mint and see no reason to switch to this. I used to nerd out about different distros but aside from the enterprise distros or Debian or Arch preferences I don't see why people are using smaller distros anymore. Hobbyist i guess?
Thanks for de-influencing me out of switching to KDE plasma, mint and ubuntu are the only distros I've tried and I've been thinking about trying something new
New users (like me) that aren't necessarily passionate about linux and just looking for a windows alternative can be easily persuaded early on
My switch to Linux started 1,5 years ago with Manjaro KDE - and since then, I am still a fan of KDE, which is kind of "Windows UI done right" for me. Ergonomic, configurable, consistent. I also find Pantheon, Enlightenment, and Budgie to be cool concepts, but from a practical side, KDE is a no-brainer for me.
Mint comes with Cinnamon by default, and I guess that's what you're using. For me, Cinnamon is too old-fashioned, it's like you're back to at least Windows 7 timing. Some people like it, but for me it's just old and out of touch with the progress of UI's.
GNOME used in Ubuntu is good with app theming (yay for adwaita!), it is unique and minimalistic, but its overall design is just...not for everyone, and customization is heavily tied to unsafe practice of plugins which has been exploited many, many times.
With all that said, try everything out in a VM or something and see what's good for you. There are really no wrong choices!
mainly hobbyists or some very specific feature. For example antiX for old hardware or Spiral Linux for the better installer, gaming specific distros for gaming etc. Also there are protest distros which advertise not having something - usually SystemD.
I don't understand why people want immutable. I don't know all that much about Linux but on my Steamdeck it keeps getting in the way anytime I try to do anything
You certainly have to learn new ways of doing things when you want to tinker, but they are basically UNBREAKABLE, which is my main plus point. I'm busy, I need my PC to be reliable. I don't want to have to troubleshoot stuff just to keep it up and running.
If I had more time I would really enjoy the tinkering, but I don't so I need my distro just work.
I personally don’t tinker much with the OS. I want it to stay out of the way and let me do things. In the case of Bazzite, everything I need for gaming is just there and works without me lifting a finger.
I like the safety and simplicity immutables bring.
If I’m doing something out of the ordinary, a temporary container usually suffices.
It’s really made the switch from Windows as a daily driver much easier.
Some people like it, I don't like and will never mess with it. I do understand why some folks like it. It's basically for those who want a system that'll never break to a point where they can't access their data. I just can't use it
Immutable is fantastic in theory. Where it falls apart is having to basically rebuild the whole distro every time you want to make a change. It should be there your base distro is immutable, then any extra changes go on an additional mutable layer but that would be difficult to set up. (You'd need a package manager like Nixos or something.)