this post was submitted on 31 Mar 2025
82 points (91.8% liked)
Linux
52723 readers
444 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Bazzite:
I've been using Fedora KDE on my own PC for a few years, but I've had some pretty severe breakages when updating. Though I suppose most of them happened because I had Cuda SDK installed, or monitor ICC profiles, but early on I also had Plasma crash on login while testing different themes. I'll look more into Bazzite though!
The first point of bazzite and other atomic/immutable distros is to prevent such breakages. updates aren't applied over your existing installed packages, the base read only part is updated and your layered packages come after if you even have any. A kid's computer won't need it though. Most of my installed software is flatpak, appimage, or brew. I have maybe 3 packages installed via rpm-ostree. If I ever need anything not possible this way it's not a job for my gaming pc.
I use Bazzite on a laptop that's shared by family, and it's great. I never have to worry about downtime, and I know they'll always have a computer should something happen to me.
I once had a bad update, and I just used
rpm-ostree rollback
, and I was up and running again. Really great for anyone that wants to set it and forget it.Legacy Nvidia drivers a couple months ago? That was a fun time, lol.