bummer that you’ve had issues with arch. but i don’t really understand the issues you’ve had. like setting up reflector should solve the mirrors, and checking the newsfeed before updating will solve a lot of other issues. In the last year I think there was only one, maybe two times that there was manual intervention required from me–and they were both trivial; and the convenience of never having to worry about doing a distro upgrade is so nice… Other than that, hyprland is changing frequently so sometimes you need to update your config–but again, just read the release notes or use a wm that updates less (like sway, dwm). But the changes have never taken more than 20 seconds to fix, and they’ve never been breaking for me. Maybe some of your issues were due to the DDOS attacks that have been going on? Also how much do you use the AUR?
My take on Arch after almost a year is that you have to either be super good at Linux, or be nerdy enough to waste time on Linux nonsense and menial maintenance tasks.
while i think this is overstated, i do agree that you need to be a certain kind of person to enjoy arch.
sorry if my reply seemed too negative towards you. I was mostly curious about the issues you had and sorting them out… It’s good you enjoy it! like I said, I think for specific people… these types of issues are much more interesting than dealing with issues that come with other platforms.
I wonder if your system update/hyprland issue was when they moved away from wlroots?
AUR isn’t really recommended. Because it’s managed by users, you’re essentially running install scripts that may or may not be maintained by randos (of course, i’m simplifying–but i think this is a fair way to look at it). Personally, if possible I’ll always choose flatpak > AUR–and AUR only when necessary. That being said, I do install from the AUR, and I love that it exists and is available… I just avoid it when possible.
Updating once a year is rough. But even then with your issues, imo i’d weigh those to how difficult a windows update for 10 -> 11 or going from Debian 12 -> 13… If I was only using my computer once a month or so, I’d likely run Debian. But I do have a second laptop that I rarely use, but it runs arch with DWM and almost nothing else GUI besides a web browser and “it just works”… even after a month or so there isn’t much to updated, cause it only has like 500 or packages installed lol
if you haven’t already, i recommend maybe trying to set up a systemd timer for refreshing reflector? I run it manually whenever I find that downloading updates is slow or fails… in the past I had a bash script in my $PATH called
update.sh
that would run reflector, run yay, and then update flatpak (I put it in my $PATH, because at the time I was testing the water with different shells, and didn’t want to have to update.bashrc
,.zshrc
and fish config etc).