this post was submitted on 22 Dec 2023
437 points (93.6% liked)

linuxmemes

20707 readers
587 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] hottari@lemmy.ml 39 points 8 months ago (2 children)

No big difference between those two methods of install. You get the real medal when a random upgrade breaks some software and you are able to track down the issue and corresponding solution(s).

[–] superbirra@lemmy.world 26 points 8 months ago (4 children)

is installing debian an acceptable solution(s)? :D

[–] hottari@lemmy.ml 14 points 8 months ago (1 children)

It is if that's what you are comfortable with.

[–] AVincentInSpace@pawb.social 3 points 8 months ago* (last edited 8 months ago)

I'm a big proponent of using tools you already know how to use, so long as you aren't making things needlessly harder for yourself by doing so

[–] hemko@lemmy.dbzer0.com 9 points 8 months ago

Debian is always acceptable solution

[–] Jumuta@sh.itjust.works 8 points 8 months ago
[–] TheV2@programming.dev 1 points 8 months ago* (last edited 8 months ago)

I don't know the current state of Debian installation. But not too long ago, installing Arch Linux felt much easier lmao

[–] KISSmyOS@lemmy.world 5 points 8 months ago* (last edited 8 months ago) (1 children)

Where are these random breaks?
I use alias update='yay -Pw ; pacman -Syu ; yay -Syu' to update and never encountered one.

[–] brian@programming.dev 7 points 8 months ago

python version bump always broke a handful of aur packages for at least a couple days for me. In general tho, all my problems were related to aur packages not getting updated at the same rate as official repos.

switched to nixos and avoided that entire class of problems