this post was submitted on 01 Nov 2024
256 points (97.1% liked)

Linux

48140 readers
460 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 5 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] AnnaFrankfurter@lemmy.ml 139 points 1 week ago (3 children)
[–] Sunshine@lemmy.ca 32 points 1 week ago (7 children)

I can’t believe they used this as a pro for their distro…

[–] dRLY@lemmy.ml 11 points 1 week ago (3 children)

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.

[–] AnnaFrankfurter@lemmy.ml 6 points 1 week ago (2 children)

Snap doesn't just bring lots of hate in comments it also brings a lot of bloat in your system which is a big no in Linux community. Another thing is canonical is going out of their way to force snap. In Ubuntu even if you do apt install it is installing snap packages.

I'm not sure if there are more snap packages than flatpaks or .deb/.rpm but most Linux users are competent enough to either add custom repos or follow simple build instructions to build from source.

load more comments (2 replies)
load more comments (2 replies)
load more comments (6 replies)
[–] IrritableOcelot@beehaw.org 15 points 1 week ago

It says possibly snap, so we can hope...

[–] tehn00bi@lemmy.world 5 points 1 week ago (1 children)

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.

[–] refurbishedrefurbisher@lemmy.sdf.org 19 points 1 week ago (1 children)

The place to get snaps is proprietary and exclusive.

[–] tehn00bi@lemmy.world 7 points 1 week ago

Oh… yeah I see the issue.

[–] JustMarkov@lemmy.ml 59 points 1 week ago (15 children)
[–] Lemmchen@feddit.org 26 points 1 week ago

If it's only there like in KDE Neon, I'm fine with it. I don't want any of my distro apps to come as Snaps though.

load more comments (14 replies)
[–] leisesprecher@feddit.org 51 points 1 week ago

I use Karch, btw.

[–] ikidd@lemmy.world 39 points 1 week ago* (last edited 1 week ago) (1 children)

Burn Snap out of there and I'm in.

Edit: looks like they're not putting much towards snaps, it's mostly Flatpak and systemd-sysext. I'm good with that.

load more comments (1 replies)
[–] eldain@feddit.nl 25 points 1 week ago (1 children)

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.

[–] justin@lemmy.kde.social 8 points 1 week ago (1 children)

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.

load more comments (1 replies)
[–] LavenderDay3544@lemmy.world 18 points 1 week ago* (last edited 1 week ago) (1 children)

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.

load more comments (1 replies)
[–] BRINGit34@lemmygrad.ml 11 points 1 week ago

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.

I hope both do well

[–] flying_sheep@lemmy.ml 9 points 1 week ago* (last edited 1 week ago) (2 children)

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.

load more comments (2 replies)
[–] PotatoesFall@discuss.tchncs.de 8 points 1 week ago* (last edited 4 days ago) (17 children)

I thought we all agreed that "immutable" is a confusing term and that we should call it "atomic"

edit: I was wrong

[–] Unquote0270@programming.dev 20 points 1 week ago (4 children)

What does atomic mean in this sense? That seems more confusing than immutable.

[–] grue@lemmy.world 7 points 1 week ago

It means a change either applied completely and successfully, or not at all (think "atomic transactions" in databases).

[–] priapus@sh.itjust.works 6 points 1 week ago

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.

load more comments (2 replies)
[–] moonpiedumplings@programming.dev 18 points 1 week ago* (last edited 1 week ago)

I disagree, because they are not the same thing.

Immutable means read only root.

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.

[–] Lemmchen@feddit.org 6 points 1 week ago (2 children)
load more comments (2 replies)
load more comments (14 replies)
[–] dustyData@lemmy.world 7 points 1 week ago (1 children)

Maybe they'll fix the sddm custom theming? It's currently broken on all immutables and doesn't allow custom themes.

load more comments (1 replies)
[–] petsoi@discuss.tchncs.de 6 points 1 week ago* (last edited 1 week ago)
[–] UnfortunateShort@lemmy.world 6 points 1 week ago

Ingl, this sounds like exactly the thing I want. Immutability aside, this is how I use EndeavourOS right now, but more sophisticated.

I'm sold on it.

[–] mrvictory1@lemmy.world 5 points 1 week ago

Alright I am installing this

[–] that_leaflet@lemmy.world 5 points 1 week ago* (last edited 1 week ago) (2 children)

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.

load more comments (2 replies)
load more comments
view more: next ›