102
submitted 3 weeks ago by Bunny19@lemmy.world to c/linux@lemmy.ml

so a common claim I see made is that arch is up to date than Debian but harder to maintain and easier to break. Is there a good sort of middle ground distro between the reliability of Debian and the up-to-date packages of arch?

top 50 comments
sorted by: hot top controversial new old
[-] Dr_01000111 56 points 3 weeks ago

fedora is a good middle ground

[-] BioMyth@lemmy.ml 52 points 3 weeks ago

OpenSUSE tumbleweed is a good compromise IMO. it is also a rolling release distro with built in snapshotting. So if anything does go wrong it takes ~5 mins to roll back to the last good snapshot. You can set the same thing up on arch but it isn't ootb and YAST is a great management tool as well.

[-] boredsquirrel@slrpnk.net 12 points 3 weeks ago

I would say Tumblewees is better than traditional Fedora.

But the lack of desktops, variants, adoption, as well as the lack of being able to reset a system, makes it less stable than Fedora Atomic Desktops.

Resetting is huge. You can revert to a bit-by-bit copy of the current upstream.

It is not complete at all, but already works as a daily driver. uBlue deals with almost all the edges that are left.

load more comments (9 replies)
load more comments (1 replies)
[-] houndeyes@toast.ooo 38 points 3 weeks ago* (last edited 3 weeks ago)

Is there a good sort of middle ground distro between the reliability of Debian and the up-to-date packages of arch?

This guy:

(OpenSUSE Tumbleweed).
Or maybe Slowroll.

[-] sudoer777@lemmy.ml 26 points 3 weeks ago* (last edited 3 weeks ago)

Fedora is a good middle ground, it's what Asahi Linux uses as its official distro

[-] Apalacrypto@lemmy.world 5 points 3 weeks ago

Another upvote for Fedora. I tried SO many flavors over the years and every single one of them, while cool and neat up front eventually developed “something” that was too problematic.

So I asked for a recommendation with a very specific set of things that I needed from a distribution. Everybody told me to just stop messing around with different flavors and just go with plain old vanilla Fedora.

It has been rock solid and perfect in every way, and I no longer have that need to distrohop because I’m missing something.

load more comments (1 replies)
[-] sorrybookbroke@sh.itjust.works 26 points 3 weeks ago* (last edited 3 weeks ago)

Absolutely. Here's three options

Fedora updates every, or around every, 3 months. This is very stable but very up to date.Most professional devs particularly ones working in Linux projects use it fornit's relative stability while having modern packages.

There's also PopOS! which is a rolling release, updating daily, but much more delayed than arch thus being much more usable.

Now for my favourite, OpenSuse Tumbleweed. Same style as PopOs but with a KDE, or gnome spin or of the box. A bit more sleek too. It also has YAST which is the best GUI based managment system on Linux.

I use arch (btw) but have a second duel booted tumbleweed install for work related stuff in order tonensure stability

[-] muhyb@programming.dev 5 points 3 weeks ago

Wait, Pop_OS switched to rolling release?

[-] Kory@lemmy.ml 10 points 3 weeks ago

From their website:

"Update on Your Terms

Pop!_OS provides the latest features and security patches through rolling updates and periodic OS version upgrades, to be performed at your discretion. And if you want a clean slate, the Refresh Install feature resets your OS while preserving the files in your Home folder. "

load more comments (2 replies)
[-] possiblylinux127@lemmy.zip 5 points 3 weeks ago

Pop OS is very much not a rolling release

load more comments (1 replies)
[-] GolfNovemberUniform@lemmy.ml 23 points 3 weeks ago

OpenSUSE Tumbleweed.

[-] Cenotaph@mander.xyz 23 points 3 weeks ago

I've found openSUSE tumbleweed to be the perfect mix between stable and constant updates. By default uses brtfs so if you break something the fix is a simple as rolling back to the snapshot that was automatically made right before the update

[-] spicystraw@lemmy.world 16 points 3 weeks ago* (last edited 2 weeks ago)

To be honest PopOS is great. Frequent updates, good (subjective) design and ui choices, just works. If it fits your vibe I would say it is a good balance!

[-] revv 6 points 3 weeks ago

It also has the benefit of being able to apply the vast majority of Ubuntu tutorials, etc. since it's based on it. Plus it doesn't force you to use snaps for everything.

load more comments (2 replies)
[-] tkk13909@sopuli.xyz 16 points 3 weeks ago

Fedora is generally pretty good

[-] Nibodhika@lemmy.world 15 points 3 weeks ago

What's wrong with Ubuntu/Mint/PopOS/Fedora or any of the distros usually recommended? They're easier to maintain and more up to date than Debian

load more comments (4 replies)
[-] melroy@kbin.melroy.org 15 points 3 weeks ago

You could.. of course also try to use Debian Testing (which is more stable than Debian Unstable), but also more up to date than just Debian Stable.

https://wiki.debian.org/DebianTesting And see also: https://www.debian.org/releases/testing/ (currently "trixie" is the testing release).

EDIT: I mention this, because nobody mentioned it yet.

load more comments (3 replies)
[-] Elieas@lemmy.ml 15 points 3 weeks ago

Debian Stable isn't the only way to run Debian though people often act like it. That said, if you want the stability of Debian Stable then run it with the nix package manager (nix-bin).

[-] pastermil@sh.itjust.works 4 points 3 weeks ago

Or with Flatpak!

[-] BCsven@lemmy.ca 14 points 3 weeks ago

OpenSUSE Tumbleweed. Rolling release, but has QA on the weekly builds. It fits between Debian and Arch for sure.

[-] aleq@lemmy.world 14 points 3 weeks ago

For private use? Hot take, but Arch. It's easy to maintain and not easy to break at all. I think I spend zero time on maintenance other than running package updates. I only reinstall when I get a new computer.

(I say for private use only because you'll be getting weird looks from people if you use arch on a server in a professional setting, and it might break if you try to update it after five years of not doing it since there aren't any "releases" to group big changes - in practice I run arch on my home server too with no issues)

load more comments (2 replies)
[-] Darohan@lemmy.zip 11 points 3 weeks ago

This may be an unpopular opinion, but NixOS. It has package up-to-dateness comparable to (and sometimes better than) Arch, but between being declarative (and reproducible) and allowing rollbacks, it's much harder to break. The cost is, of course, having to learn how to use NixOS, as it's a fair bit different to using a "normal" Linux distro.

load more comments (5 replies)
[-] drkt@lemmy.dbzer0.com 10 points 3 weeks ago

install debian

apt install flatpak

flatpak install theThingYouWantTheLatestOf

[-] possiblylinux127@lemmy.zip 7 points 3 weeks ago

I don't get the down votes. This is a perfectly reasonable approach

load more comments (2 replies)
[-] bruhduh@lemmy.world 9 points 2 weeks ago
[-] BaalInvoker@lemmy.eco.br 9 points 3 weeks ago

Arch is easy to maintain and is stable enough. Of course you can make Arch unstable if you do greedy stuff, but if you use like a normal person, it will be fine

It's using Arch for 5 years now and I never broke my system, for example

load more comments (4 replies)
[-] furzegulo@lemmy.dbzer0.com 9 points 3 weeks ago

fedora maybe?

[-] edinbruh@feddit.it 8 points 3 weeks ago

I would say:

  • Fedora if you like a point release, which means that every 6 months you do a big update of core stuff like the desktop environment, and on Fedora everything else is always generally up to date.
  • OpenSUSE Thumbleweed if you like a rolling release, which means that you don't do big updates, everything is kept to the last version that the software repository has, this is how arch works except in Thumbleweed the repositories are updated slower than in arch and less likely to break.

But you could also go for any more up to date debian-based distro, like Pop_OS or even Ubuntu, they might be easier for a newbie user. Fedora and OpenSUSE will be more up to date though.

If you do use Ubuntu, don't stick to just LTS versions, use the last version available (which right now happens to be an LTS version). The "extra support" it offers is not something desktop users care about, it's outweighted by the benefits of more updated software.

[-] possiblylinux127@lemmy.zip 8 points 3 weeks ago
load more comments (3 replies)
[-] eugenia@lemmy.ml 7 points 3 weeks ago

Debian-Testing (Trixie) is the way to go. It's a rolling release, but it's very stable, because packages end up there after being tested in Sid (their unstable rolling release). Whatever makes it out of Trixie, ends up on the normal Debian. I've been running it since April without any breakages.

[-] UsefulInfoPlz@lemmy.world 7 points 2 weeks ago

Nobody here for Mint? I’m a long time Ubuntu user but when i do my next upgrade it will be to mint.

[-] wholookshere 5 points 2 weeks ago

Both Ubuntu and mint are debian based.

[-] VinesNFluff@pawb.social 7 points 3 weeks ago

SuSE Slowroll. Not rolling release. Also not super-conservative like Debian is.

load more comments (1 replies)
[-] BaumGeist@lemmy.ml 6 points 3 weeks ago

Debian Testing has a lot more current packages, and is generally fairly stable. Debian Unstable is rolling release, and mostly a misnomer (but it is subject to massive changes at a moment's notice).

Fedora is like Debian Testing: a good middleground between current and stable.

I hear lots of good things about Nix, but I still haven't tried it. It seems to be the perfect blend of non-breaking and most up-to-date.

I'll just add to: don't believe everything you hear. Distrowars result in rhetoric that's way blown out of proportion. Arch isn't breaking down more often than a cybertruck, and Debian isn't so old that it yearns for the performance of Windows Vista.

Arch breaks, so does anything that tries to push updates at the drop of a hat; it's unlikely to brick your pc, and you'll just need to reconfigure some settings.

Debian is stable as its primary goal, this means the numbers don't look as big on paper; for that you should be playing cookie clicker, instead of micromanaging the worlds' most powerful web browser.

Try things out for yourself and see what fits, anyone who says otherwise is just trying to program you into joining their culture war

[-] nickiam2@aussie.zone 6 points 2 weeks ago

another recomendation for Fedora from me

load more comments (3 replies)
[-] doggle@lemmy.dbzer0.com 6 points 3 weeks ago

Debian and learn to use the nix package manager for your bleeding edge stuff

[-] GlenRambo@jlai.lu 5 points 3 weeks ago

Probably not the place to ask, but. Say In a n00b and have Arch (EndeavourOS BTW) on a 15+ year old laptop. Everything works fine hardware wise. Software is fairly basic web, Inkscape, LibreOffice.

Do I really need all the latest Arch updates? Or can I just do an update say every 6 months?

[-] Nibodhika@lemmy.world 8 points 3 weeks ago

Replace Arch with Ubuntu and the answer is yes. Arch based that's not a good idea.

The reason is that in 6 months lots can have changed, and Arch is not guaranteed a stable base, so updates might assume you have certain versions or things might break because you should have done a middle step during the upgrades that you didn't which is now buried in months of update news in the wiki.

If you want to only update your system every six months, Arch is not ideal, it's likely to work, but not guaranteed.

load more comments (1 replies)
load more comments (2 replies)
[-] LongboardingLad@lemmy.world 5 points 3 weeks ago

I guess I'm kind of confused as to the debate between Bleeding Edge vs Stable. I get the concept on paper, but what packages are so imperative that you need a Distro that is "Bleeding Edge". I run Pop_OS and it works great on my hardware(System76 so it kind of has the home field advantage). I have an old laptop running LMDE that doesn't ever need rebooted and it has every package I need for it to accomplish its job.

Others have given better advice than I will, but maybe determine why you need something that's bleeding edge. If the only answer is "Cuz Shiny new stuff!" I don't think it's needed that bad and tailor your setup for stability and functionality. I prefer Just Works Distros though. VM's are also a thing if you want to do some Distro Hopping

load more comments (1 replies)
[-] mub@lemmy.ml 5 points 3 weeks ago

My server has been on Endeavour OS (arch with a gui installer) for at least 18 months. I run updates roughly every 10 days (basically whenever I remember). Never had a problem with it. I dare say it could go horribly wrong at some point so I keep the LTS kernel installed as well just as a fall back.

My main pc is also running Endeavour OS (dual boot with windows 11). Other than having to keep Bluetooth downgraded to support the ps5 dual sense controller, it runs great.

My only gripe is that updates often contain something that forces the kernel rebuild process and so it needs a reboot afterwards.

Every other Linux I've run has had some sort of "rebuild to fix" type issue at some point, or had been hard to find good support information for. Endeavour OS has been the most reliable and the easiest to fix and find support for.

[-] unionagainstdhmo@aussie.zone 4 points 3 weeks ago

Atomic distros + distrobox/toolbx. Bluefin is a good start for general desktop or Bazzite for gaming (But Bluefin can be more stable, I use it for some games with steam in flatpak). If something breaks roll back to any release in the last 90 days with a single command. Install all of your packages in a distrobox (Arch if you need it). Otherwise in general Fedora is pretty good.

[-] possiblylinux127@lemmy.zip 5 points 3 weeks ago

You are the meme

1000004627

They were not asking about immutable Linux...

load more comments (4 replies)
load more comments (1 replies)
[-] merthyr1831@lemmy.ml 4 points 3 weeks ago* (last edited 3 weeks ago)

Fedora, Ubuntu etc. use up to date packages if you're using flatpaks and snaps. Nix I suppose fits the bill better but it's a harder distro to "learn" than arch imo

How about Rhino? Rolling release of Debian Sid iirc

[-] PushButton@lemmy.world 4 points 3 weeks ago

That's Void Linux, exactly how I would describe Void...

load more comments (2 replies)
[-] ScottE@lemm.ee 4 points 3 weeks ago* (last edited 3 weeks ago)

Arch is not harder to maintain nor is it easier to break, that's a myth. If anything, it's the opposite, as a rolling release stays up to date, though it relies on the user keeping it up to date. If you get lazy with updates, then yes, you are going to have problems eventually.

[-] thedeadwalking4242@lemmy.world 14 points 3 weeks ago

So… it’s harder to maintain

[-] yoevli@lemmy.world 5 points 3 weeks ago

I hate when people insist that Arch isn't easier to break. There was an incident a couple of years ago where a Grub update was rolled out that required that grub-mkconfig be re-run manually, and if you failed to do this the system would brick and you'd need to fix it in a recovery environment. This happened to my laptop while I was on vacation, and while I had luckily had the foresight to bring a flash drive full of ISOs, it was a real pain to fix.

Yes, Arch offers a lot more stability than people give it credit for, but it's still less reliable than the popular point-release distros like Fedora or Ubuntu, and there's not really any way around that with a rolling-release model. As someone who is at a point in life where I don't always have the time nor energy to deal with random breakage (however infrequently), having the extra peace of mind is nice.

load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 25 Sep 2024
102 points (100.0% liked)

Linux

47730 readers
777 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