this post was submitted on 25 Sep 2024
101 points (97.2% liked)

Linux

47729 readers
920 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
 

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?

(page 3) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 3 weeks ago (5 children)
load more comments (5 replies)
[–] [email protected] 24 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

[–] [email protected] 53 points 3 weeks ago

fedora is a good middle ground

[–] [email protected] 2 points 3 weeks ago

IMO Debian is already pretty far middle-ground. The packages are new enough for my personal usage.

[–] [email protected] 3 points 3 weeks ago (2 children)

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.

[–] [email protected] -1 points 3 weeks ago (4 children)

You are the meme

1000004627

They were not asking about immutable Linux...

load more comments (4 replies)
load more comments (1 replies)
[–] [email protected] -3 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

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.

[–] [email protected] 5 points 3 weeks ago (2 children)

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)
[–] [email protected] 12 points 3 weeks ago

So… it’s harder to maintain

[–] [email protected] 3 points 3 weeks ago (1 children)

From anecdotal experience I can only tell you that not once have I witnessed a showstopper bug on Arch. I recommend using btrfs and snapshots to really make sure however.

[–] [email protected] 1 points 3 weeks ago (3 children)

Arch pushes updates as they come with not much testing. This means you need to read before updating as it can break things. Pacman is also very fast at the cost of stability and ease of fixing

load more comments (3 replies)
[–] [email protected] 16 points 3 weeks ago (1 children)

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).

[–] [email protected] 3 points 3 weeks ago

Or with Flatpak!

[–] [email protected] 10 points 3 weeks ago (2 children)

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.

[–] [email protected] 2 points 3 weeks ago (3 children)

While I never saw the benefit (it is to complex) I do think it isn't a bad choice

load more comments (3 replies)
[–] [email protected] 5 points 3 weeks ago

Double this, nix has entirely changed my perspective on what I should expect from software and my operating system. It’s so rock solid and roll backs are easy. Reproduction with all the customization you could ever want with incredible transparency.

[–] [email protected] 3 points 3 weeks ago (1 children)

I'm sure I'll get shouted down for this suggestion by the haters, but I'm going to make it anyway because it's actually really good:

Use an Ubuntu LTS flavour like Kubuntu. Then, add flatpak and for apps you want to keep up to date, install either the flatpak or the snap, depending on the particular app. In my personal experience, sometimes the flatpak is better and sometimes the snap is better. (I would add Nix to the mix, but I wouldn't call it particularly easy for beginners.)

This gets you:

  1. A reliable Debian-like base that you only have to upgrade to new releases every 2 years
  2. Up-to-date apps, including confinement for those apps
  3. New kernels every 6 months (if you choose - you don't have to, though)
[–] [email protected] 1 points 3 weeks ago

Ubuntu not only lacks some basic packages but they make apt install them with snap instead.

I would go Debian testing as it has a huge selection of apps and has good support for Flatpak (like pretty much all Linux as Flatpak is build on standard kernel components)

[–] [email protected] 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.

[–] [email protected] 15 points 3 weeks ago (1 children)

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

[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

I wouldn't call them up to date but they are a little newer than Debian with the exception of Pop OS.

load more comments (3 replies)
[–] [email protected] 5 points 3 weeks ago (3 children)

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?

[–] [email protected] 3 points 3 weeks ago

This isn't what Arch is for. Get a stable system with reasonable updates. If you are really looking for stable go Debian but if you want newer packages with major updates every 6 months go Fedora.

[–] [email protected] 6 points 3 weeks ago (1 children)

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.

[–] [email protected] 3 points 3 weeks ago

Thankfully, paru has an option to automatically show all Arch News before any -S operation.

[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago)

The issue with that is potentially keeping software which has security bugs on your system for longer than needed. Also, if you install new software you'll have a partial upgrade which can degrade your system. If you don't install anything though, your system should work as it currently does without issue. Unless a particular app takes something from the internet which may need the upgraded software (say, discord, spotify, etc. as they're electron based.)

If that's what you want to do I would suggest switching to xubuntu, mint xfce edition, DSL, etc. as they'll still patch security updates in. You do you though of course as with your stated usecase I can't see any functional issue. I don't see the reason for arch though.

[–] [email protected] 5 points 3 weeks ago (3 children)

install debian

apt install flatpak

flatpak install theThingYouWantTheLatestOf

[–] [email protected] 6 points 3 weeks ago

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

load more comments (2 replies)
[–] [email protected] 14 points 3 weeks ago (2 children)

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.

[–] [email protected] 2 points 3 weeks ago (1 children)

Yes somebody did mention Debian Sid, which is Debian unstable. Which is maybe even more up to date (I still don't consider it rolling release, because there will be a package freeze, if not multiple).

[–] [email protected] 1 points 3 weeks ago

Sid is very much living on the edge. I wouldn't advise using it. (Although I don't advise Arch either)

load more comments (1 replies)
[–] [email protected] 23 points 3 weeks ago

OpenSUSE Tumbleweed.

[–] [email protected] 5 points 3 weeks ago (1 children)

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

[–] [email protected] -1 points 3 weeks ago (3 children)

Arch lacks consistency as they are constantly pushing the latest versions of everything. If you want that then that is fine but calling is stable is not really arcuate. They entire system is changing and updates are pushed weekly. You also can't setup automatic updates safely.

load more comments (3 replies)
[–] [email protected] 1 points 3 weeks ago (1 children)

Fedora is pretty good there, but I wouldnt use the DNF variants.

The atomic variants though totally rock. Atomic Desktops, IoT, etc.

The atomic model deals with all the troubles you would have with so new packages.

OpenSUSE slowroll would be a better middle-ground, but I have had strange broken packages and they dont have a useful atomic model, as it is not image-based.

[–] [email protected] 1 points 3 weeks ago (5 children)

The downside with the Atomic variants is that ostree is much slower and takes additional storage and bandwidth. It isn't half bad if you are willing to reboot but it does add an additional layer of complexity.

load more comments (5 replies)
[–] [email protected] 8 points 3 weeks ago (2 children)

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)
[–] [email protected] 36 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.

[–] [email protected] 2 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

[–] [email protected] 25 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

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

[–] [email protected] 5 points 3 weeks ago (1 children)

Wait, Pop_OS switched to rolling release?

[–] [email protected] 10 points 3 weeks ago (2 children)

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)
load more comments (2 replies)
[–] [email protected] 53 points 3 weeks ago (2 children)

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.

[–] [email protected] 12 points 3 weeks ago (9 children)

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)
load more comments
view more: ‹ prev next ›