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

Linux

58140 readers
361 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?

(page 2) 50 comments
sorted by: hot top controversial new old
[–] bitwolf@sh.itjust.works 9 points 1 month ago

I use Fedora its a good reliable in between distro if you like fast updates but want tested updates.

[–] mactan@lemmy.ml 9 points 2 months ago (1 children)

vlc was already like this on arch for a long time, literally took just a moment to look at the optional dependencies and grab the latest "actually give me everything lmao" package group

[–] Ricaz@lemmy.dbzer0.com 9 points 2 months ago

Yeah I can't believe he's been using Arch for 5 years and didn't even bat an eye over the massive pacman output

[–] Cenotaph@mander.xyz 9 points 2 months ago (2 children)

Opensuse tumbleweed or if you want to keep the arch featureset but with the rollback-ability of BTRFS check out CachyOS

load more comments (2 replies)
[–] lcb@lemmy.ml 9 points 2 months ago

I had the same problem, i did start with arch ,but man i remember doing a update after 4 days(4Gb of new updates) and my system faild to boot. From that moment i went debian route.

[–] OhVenus_Baby@lemmy.ml 8 points 2 months ago* (last edited 2 months ago) (4 children)

Honestly NIXos. Run it impermanent or traditional OS style. If your coming from Arch and want less breakage and more declarative configuration. Immutable or not. Pick almost any DE and all you maintain is your nix config. Nix config is your master file its not huge and the machine runs from it as you tell it. The machine does the rest. No system drift, no cruft. Just works and if you break it. Select your previous generation at boot and your back exactly as you were before.

[–] markstos@lemmy.world 9 points 2 months ago (1 children)

Downside: it requires knowing a new coding language, Nix, to maintain your laptop.

If you don’t understand it, it’s going to be painful to fix anything that doesn’t work.

load more comments (1 replies)
load more comments (3 replies)
[–] Admetus@sopuli.xyz 8 points 2 months 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.

[–] peetabix@sh.itjust.works 8 points 2 months ago (3 children)

I'm running EndeavourOS and waiting for something like this to happen.

load more comments (3 replies)
[–] slaveOne@reddthat.com 8 points 2 months ago (2 children)

You can mitigate this with Timeshift

[–] ada@lemmy.blahaj.zone 5 points 2 months ago
load more comments (1 replies)
[–] Maragato@lemmy.world 8 points 1 month ago

I left Arch for the same reason but in relation to my system's graphics. If you are an end user, an operating system should work for you, not you for the system. I installed Tumbleweed 5 years ago and its snapper tool gives great peace of mind when using a rolling system. My advice, try Tumbleweed, its package manager (zypper) already supports parallel downloads and although it is slower than pacman, it is more complete in package and repository management (an example is what has happened in Arch recently with firmware packages and that requires manual user intervention because pacman cannot make those changes automatically).

[–] cyborganism@piefed.ca 7 points 2 months ago (2 children)

I've been using Ubuntu/Kubuntu since 2004 and I've always been happy and had very little problems.

It's a good, no hassle distro that works and is fairly up to date, especially if you use the non-LTS ones. I prefer staying with LTS though. At least my OS is stable and I don't have to spend my free time troubleshooting anything.

load more comments (2 replies)
[–] procapra@lemmy.ml 6 points 2 months ago (5 children)

Debians testing branch might be a good shout. Packages stay pretty up-to-date and usually stuff doesn't break. Worst case you can pull a package from unstable when needed.

load more comments (5 replies)
[–] DonutsRMeh@lemmy.world 5 points 1 month ago

Cachy OS has been treating me very well. Perfect all around. Very helpful people and very nice. I am not going anywhere

[–] johnnyb@discuss.tchncs.de 5 points 2 months ago (4 children)

you should be good after installing the optional dependencies

load more comments (4 replies)
[–] paequ2@lemmy.today 4 points 2 months ago

I've been enjoying Guix for the last 8 days. You declare your OS and home config in a file and you can check them into source control. It was originally a fork of NixOS, but has diverged a lot.

The CLIs and APIs are pretty nice. They have a concept of "channels", which are git repos you can download software from. The default official channel only hosts FOSS software, but you can trivially add non-FOSS channels and they work just as well as the first-party channels.

Each channel update and package install, removal, update get put on a log, which you can trivially jump between. guix package --switch-genereation=28 and boom you're at that generation (it's like a git commit). The software and config changes get saved in the generation so the jump is clean and atomic. I actually bisected my OS yesterday to track a bug! That was cool. You can also create and share isolated, reproducible environments.

Guix works with Flatpak and distrobox as well, in case some software isn't available in existing channels. I got HiDPI, Zoom, Logseq, Syncthing, and Tailscale working.

The biggest drawback for me so far is that it doesn't use systemd. Not sure if it's a dealbreaker for me yet. Systemd does way more than just manage system services, so GNU Shepherd (which Guix uses) isn't a real replacement.

load more comments
view more: ‹ prev next ›