322
Realizing Arch isn't for me after updating broke VLC
(lemmy.sdf.org)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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.
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.