this post was submitted on 13 Jan 2025
361 points (94.6% liked)

Linux

49007 readers
861 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
 

I recently took up Bazzite from mint and I love it! After using it for a few days I found out it was an immutable distro, after looking into what that is I thought it was a great idea. I love the idea of getting a fresh image for every update, I think for businesses/ less tech savvy people it adds another layer of protection from self harm because you can't mess with the root without extra steps.

For anyone who isn't familiar with immutable distros I attached a picture of mutable vs immutable, I don't want to describe it because I am still learning.

My question is: what does the community think of it?

Do the downsides outweigh the benefits or vice versa?

Could this help Linux reach more mainstream audiences?

Any other input would be appreciated!

you are viewing a single comment's thread
view the rest of the comments
[–] Cris16228@lemmy.today 2 points 1 day ago (3 children)

Could you share some pics (without anything private ofc) of bazzite? I wanted to try it but I couldn't use it as live distro. My main problem is arch because I'm used to apt and I find pacman or whatever it uses difficult for me (nothing I can't learn ofc)

I love the idea of getting a fresh image for every update

What do you mean? Thanks

[–] nfms@lemmy.ml 6 points 1 day ago

Bazzite comes packaged with the essentials so that anyone can use it without using terminal. Flatpak is enabled by default and this is the best approach. You can check it out below.
https://docs.bazzite.gg/Installing_and_Managing_Software/
If you're not comfortable yet using any other terminal package manager other than apt, you can still use bazzite and learn with time. You can install most apps through Discover (KDE) or Gnome software

[–] smeg@feddit.uk 3 points 1 day ago (2 children)

Isn't bazzite fedora-based? Meaning you use dnf instead of apt or pacman.

[–] priapus@sh.itjust.works 3 points 1 day ago (1 children)

Since it's immutable, you'll probably not be using DNF much.

[–] smeg@feddit.uk 2 points 1 day ago (1 children)
[–] node815@lemmy.world 3 points 1 day ago (1 children)

I use Aurora Linux which is the sister one to Bazzite, both are Fedora 41 based images. They strongly encourage using the FlatPak approach to installing software. After using it for a few weeks now, I can see why. One of the things with the immutable setup is once you install a program, you have to reboot to get it to run, but with Flatpak, it isn't so. I think Flatpak has it's merits - if they have an app which you normally use, then it's easy enough to install and go.

For the Fedora side of things, you can "layer" apps over it using the rpm-ostree but they encourage you to only do that as a last resort. One of the things they enable you to do is install additional OS's containerized which integrate with the desktop environment. For example, right now, I can only run Scrcpy in a different OS (That I've been able to figure out so far), so I just spin up an Arch OS container and launch it from there, and can interface with my phone normally. As I understand too, the developers plan on disabling layering in a future release. To be honest, I don't think I have but one thing layered and that's my Label Printer's driver.

The benefit for me using the immutable system and this is the hardest thing to grasp for a lot of people including myself is that it truly is set and forget type of updating. With Arch, you can become sort of addicted to checking for new releases, and I'm not going to lie, it's amazing to get some of the newest releases of your favorite app or browser especially when they fix something. With Arch, it's generally there. With my system, I turned on auto updates, so it's not too uncommon to bring the system up in the morning and see that updates have been given (I don't notice them usually). It's nice not having to worry about that as much.

[–] smeg@feddit.uk 1 points 22 hours ago (1 children)

Is it stable enough to recommend for non-techy users? Set-and-forget sounds ideal for someone who doesn't understand (and doesn't really need to understand) all the updates their machine is doing.

[–] node815@lemmy.world 2 points 19 hours ago (1 children)

In my opinion so far yes, I've only been on it a few weeks, but think of the immutable as locking down the root partition and any vital directories to the OS and not allowing your user to modify anything. In the event of a bad update, it's easy enough to select the previous boot in Grub and be on your merry way.

I have a special needs adult step-daughter who's PC I manage and I always need to keep it updated, setting it up on their Bluefin version which uses Gnome which she loves. So, I may do it this weekend. She's currently on Endeavor OS (Arch based) but it keeps getting kernel updates daily it seems and with those a reboot. Additionally, for whatever reason, her system goes to sleep without warning sometimes so if I'm updating it, it's gone to sleep. (Super weird). I've never had it do this before with Standard Arch linux so I think its something to do with Endeaver. I've never bothered to troubleshoot it to be honest. With a setup on the BlueFin (Aurora Linux is KDE), enabling Auto updates should be a breeze and then she's golden for being updated without my intervention.

[–] smeg@feddit.uk 1 points 10 hours ago

Thanks, I'll keep an eye on the projects and maybe switch at some point

[–] Cris16228@lemmy.today 2 points 1 day ago* (last edited 1 day ago)

I don't know what it uses and as someone who always used apt, pacman or dnf is hard to understand

Edit: Not that I can't learn.. Just saying is hard for me

[–] priapus@sh.itjust.works 1 points 1 day ago (1 children)

I don't have any pics cause I'm not currently near my computer that runs bazzite.

If you're mainly using GUI apps you'll probably just be installing everything through flatpak, which you can use via the Discover store that comes with KDE Plasma. CLI apps are installed using homebrew.

The docs might give you some insight on using it: https://docs.bazzite.gg/

[–] Cris16228@lemmy.today 1 points 1 day ago

Noooooo! I'll install it on VM

If you're mainly using GUI apps you'll probably just be installing everything through flatpak, which you can use via the Discover store that comes with KDE Plasma. CLI apps are installed using homebrew.

99% of the times on KDE neon I install using deb files and dpkg