Cachy OS has been treating me very well. Perfect all around. Very helpful people and very nice. I am not going anywhere
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
you should be good after installing the optional dependencies
Installing the dependencies did fix it.
I decided I wanted to switch because in the time it took for me to figure that out I lost the excitement for what I was about to watch.
Use Gentoo, as it is way more stable and can do anything that Arch can.
I recently switched to Void after making runs with Arch and Fedora.
I'm not anti-systemd. I just like Void. Rolling release model. Light weight. Minimalistic. I've read how the package manager is small but for me everything I need is there. That's the first time that's happened for me as with other distros I would have had to install via flatpak, snap by source, appimage and by the package manager.
Not sure if that would work for your use case or not.
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.
I switched from Manjaro to Bazzite on my gaming PC. I don't have time to read changelogs.
Things went fantastically so I put Kinoite on my laptop. I do a lot more random shit on the laptop so it's a bit more complicated but so far so good. Atomic distros take getting used to but it still feels less stressful than coming back to my computer after a few days and digging through like 100+ package updates and eventually saying "Fuck it" and just updating blindly.
LMDE. Debian stability with the usability of mint. It works.... That's it. No gimmicks.
NixOS might not be for you, it is horrible if you don't want to adapt to it. But if this happened on NixOS, you would just reboot into the state of your computer before you ran the update. Or if it's just a program like VLC you could just close VLC switch to the previous generation and open VLC again
Maybe it's me, but while you have outlined the events that got you to this point, I don't understand either the 'attitude' you find problematic or what it is about Arch you would hope to find elsewhere. Hard to make a recommendation without those.
Would a flatpak would survive this update? I do use arch on some computers but with several flatpaks for some applications that I feel will be safer - but i don't really know.
Maybe i just update and see what happens.