this post was submitted on 18 Dec 2024
8 points (100.0% liked)

openSUSE

630 readers
9 users here now

openSUSE is an open, free and secure operating system for PC, laptops, servers and ARM devices. Managing your emails, browsing the web, watching online streams, playing games, serving websites or doing office work never felt this empowering. And best part? It's not only backed by one of the leaders in open source industry, but also driven by lively community.

founded 2 years ago
MODERATORS
 

So I was using Tumbleweed on my old laptop but I got kind of sick of all the updates; I felt like that icon showing I had updates available just had a permanent space on my screen. Every time I refreshed I had at least 200mb of updates to do. So when I got my new laptop I went with Leap instead.

But what’s the actual difference? So the OS only gets updated once a year or so does it? Are smaller releases more forthcoming? What if there’s other packages that get updated? Do I have to wait a year to get the latest version or are they updated more regularly? I’m wondering if I should look at Slowroll as I don’t want to be waiting a year for new features.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 hours ago* (last edited 3 hours ago)

I think this will make more sense if you understand how repositories work. You can take a look at this link for the openSUSE repositories, and can Google for the basics on how a repo works if needed https://en.opensuse.org/Package_repositories. As you can see there is only ONE repo for tumbleweed, and there will always only be one, as it always contains the latest versions of packages accepted into Factory. However, there are multiple Leap Repos containing curated combinations of package versions that create a stable system. In theory, everything you install from the official Leap Repos should just work within that version of Leap. However in order to get this kind of stability Leap does not always package the newest version of every software in a given Leap release. Sometimes newer is not better, as adding new features can uncover bugs upstream and downstream, which may not always be fixed in time for a Leap release. With Tumbleweed, you get the double edge sword of being the first to possibly see any bugs, but also be the first to see the bug fixes.

As to whether or not certain packages are included in the Leap repos, both Leap and Tumbleweed are curated in what packages they contain in their core install.

For Leap, if you need a certain package it may be critical to check in the core Leap Repo whether it is included, because installing the latest version of the package from a 3rd party repo may not go well with Leap's older versions of upstream software.

For Tumbleweed, I've found that the newest versions of most 3rd party Linux software rarely encounter any issues with the upstream packages included in Tumbleweed. This makes sense, as new versions of downstream software might be expected to utilize newer versions of upstream software. But again, while openQA makes Tumbleweed the most stable rolling distro, you will see bugs and you should have the knowledge to know how to deal with rolling back packages (or your whole system) if things don't go well.