this post was submitted on 15 Jul 2025
318 points (93.7% liked)
Linux
56480 readers
1325 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
OpenSUSE TUMBLEWEED, always updating, but they have an OpenQA tool that checks the builds for success, and if for some reason something did go bad you just reboot and pick the previous (automatic) snapshot. Lots of GUI tools to manage the system and packages via the various Yast2-GUI apps.
+1 for Tumbleweed. It's a rolling release distro without (most of) the hassle and YaST is a fantastic utility which you can use to do many things. Nice graphical stuff to help you configure things like backup. Never had any breakages so far with Tumbleweed :)
Another +1 for Tumbleweed. It's an simple setup, easy to roll back if needed, and has solid tools like Yast that help manage most aspects of your os.
Also, obs and opi are such useful services, I don't think it's possible to not use them once you've tried them. OpenSUSE Tumbleweed just gets so many things right that I'd recommend it to any person who's moderately familiar with Linux with how easy it's to use.
Thanks! This wasn't a distro I knew much about but it's looking like one I will try out. The way they test packages is exactly the kind of choices around updates I'm looking for.
I like how many options Yast exposes. I enjoyed learning how to do most of what I need in the terminal with Arch but being able to do everything I need through GUI helps when I'm not able to recall a lot in the moment but still need to do a thing.
The repos have a lot of stuff, but if you ever get stuck for q package you can install debs with alien command, or find community repoes here https://software.opensuse.org/ They typically offer 1 click installs, or direct rpm downloads
Plus, their equivalent of the AUR, the open build system, can actually be used to build packages for any system.
This is probably the best answer.