this post was submitted on 15 Jul 2025
195 points (93.7% liked)

Linux

56387 readers
808 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 6 years ago
MODERATORS
 

I realized my VLC was broke some point in the week after updating Arch. I spend time troubleshooting then find a forum post with replies from an Arch moderator saying they knew it would happen and it's my fault for not wanting to read through pages of changelogs. Another mod post says they won't announce that on the RSS feed either. I thought I was doing good by following the RSS but I guess that's not enough.

I've been happily using Arch for 5 years but after reading those posts I've decided to look for a different distro. Does anyone have recommendations for the closest I can get to Arch but with a different attitude around updating?

top 50 comments
sorted by: hot top controversial new old
[–] juipeltje@lemmy.world 2 points 27 minutes ago

If you don't want to get into the rabbit hole that is NixOS (which is a distro i also like), then i would say void linux, if you still want that arch minimalism. Void is a rolling release, but it's more like a slow roll if that makes sense and focuses on stability. It's package manager is also rock solid, fast, and can update even when the system hasn't been updated in ages. If you've done a manual install of arch before, you'll probably breeze through the install process as well, since it is a guided ncurses installer.

[–] brisk@aussie.zone 2 points 1 hour ago

I've been an Arch user for more than a decade and I'll usually be first in line to defend it from dodgy claims about unreliability.

But that forum response is bizarre. Literally the last two RSS items right now are about how splitting packages will require intervention for some users (plasma and Linux firmware). VLC is an officially supported package, and surely this change would impact almost every VLC user?

New opt-depends is a nice pacman feature, but it hardly implies that things have been removed from the base package.

[–] Bogasse@lemmy.ml 10 points 5 hours ago (1 children)

After having a similar feeling as yours I went for NixOS.

My thoughts then : if it breaks I can rollback, and the unstable channel is quite comparable to what arch offers.

Now : I've moved to stable channel, because it's updated enough and allows me to only deal with breaking changes twice a year. Moving to NixOS was time consuming (but fun) because it required to rewrite all my dotfiles and learn something new.

[–] verdigris@lemmy.ml 1 points 5 hours ago

What issues did you have? One of the many awesome things about NixOS is that you can write overrides for any particular package if you need an older version, or even to change some options.

[–] propter_hog@hexbear.net 9 points 9 hours ago (2 children)

I'd recommend opensuse tumbleweed. It's still a rolling distribution, it still has more bleeding edge software, but its package manager, zypper, does atomic updates, so if something doesn't install right it rolls it back.

load more comments (2 replies)
[–] BETYU@moist.catsweat.com 13 points 9 hours ago (2 children)

https://endeavouros.com/ https://garudalinux.org/ both arch based maybe you will like the forum style better and they will probably also give you this information.

[–] LeFantome@programming.dev 1 points 33 minutes ago

I doubt the forum style is really the issue.

EndeacourOS, one of my favourite distros, uses the same packages (the real Arch ones). So everything he says here applies.

[–] quantum_faun@lemmy.ml 2 points 5 hours ago

I like Garuda community.

[–] Allero@lemmy.today 52 points 12 hours ago* (last edited 12 hours ago) (28 children)

Based on what you describe, I would strongly recommend going with OpenSUSE Tumbleweed. It's just as bleeding-edge as Arch, but all packages go through automatic testing to ensure they won't break anything, and if some manual actions are required, it will offer options right before update. Moreover, snapper in enabled by default on btrfs partitions, and it makes snapshots automatically before updates, so even if something breaks somehow, reverting takes a few seconds.

One small footnote is that you'll need to add separate VLC repo or Packman for VLC to have full functionality - proprietary codecs are one of the rare things official repos don't feature for legal reasons.

On Arch rant: I've always been weirded out by this "Arch is actually stable, you just have to watch every news post for manual interventions before every update, oh, and you better update very often" attitude.

Like, no, this is not called stable or even usable for general audience. Updating your system and praying for it not to break while studying everything you need to know is antithetical to stability and makes for an awful daily driver.

load more comments (28 replies)
[–] Admetus@sopuli.xyz 4 points 8 hours ago

I also noticed vlc has broken (installed last week apparently)

Using the pacman syntax:

pacman -Q -i -d vlc

showed a conflict with the vlc-plugin (which appeared to be uninstalled already) and no vlc-plugin-#### installed.

The dependencies were fully explained in the list, including the vlc-plugins-all dependency. I'm lazy so that's the dependency I installed on my EndeavourOS.

load more comments
view more: next ›