this post was submitted on 30 Mar 2024
286 points (84.7% liked)

linuxmemes

21060 readers
263 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • 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
    [–] [email protected] 50 points 6 months ago (2 children)

    most stable

    How the hell is arch more stable than Debian?

    [–] [email protected] 1 points 6 months ago

    i think it’s a matter of perspective. if i’m deploying some containers or servers on a system that has well defined dependencies then i think Debian wins in a stability argument.

    for me, i’m installing a bunch of experimental or bleeding edge stuff that is hard to manage in even a non LTS Debian system. i don’t need my CUDA drivers to be battle tested, and i don’t want to add a bunch of sketchy links to APT because i want to install a nightly version of neovim with my package manager. Arch makes that stuff simple, reliable, and stable, at least in comparison.

    [–] [email protected] -4 points 6 months ago* (last edited 6 months ago) (2 children)

    In my experience they're the same from a reliability standpoint. Stuff on Arch will break for no reason after an update. Stuff on Debian will break for no reason after an update. It's just as difficult to solve reliability problems on both.

    Because Debian isn't a rolling release you will often run into issues where a bug got fixed in a future version of whatever program it is but not the one that's available in the repository. Try using yt-dlp on any stable Debian installation and it won't work for example.

    Arch isn't without its issues. Half of the good stuff is on the AUR, and fuck the AUR. Stuff only installs without issues half the time. Good luck installing stuff that needs like 13+ other AUR packages as dependencies because non of that shit can be installed automatically. On other distros,all that stuff can be installed automatically and easily with a single command.

    I use Arch btw.

    [–] [email protected] 3 points 6 months ago

    You can get yay for an AUR package manager, but it's generally not recommended because it means blindly trusting the build scripts for community packages that have no real oversight. You're typically advised to check the build script for every AUR package you install.

    [–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

    Difference is, on Debian you can leave machine without updates for few months, while on arch you will have troubles if you don't update for a week, also if you install Linux for your relative, it's better to do debian based distro because of this update cycle since normies don't update their machines every other day, source: I'm daily driving Linux for 9 years on all my machines and some of them lay around untouched for months, also installed mint on relatives PCs, edit: P.S don't know why you get downvoted so much, you generally right but nuances is wrong, anyway, i upvoted you bro, and about yt-dlp on stable, you should install it from python pip repository to have newest version, I'm using yt-dlp on lmde6 and have newest version and it works great

    [–] [email protected] 5 points 6 months ago (1 children)

    I heard this so many times that I really believed arch was so brittle that my system would become unbootable if I went on vacation. Turns out updating it after 6 months went perfectly fine.

    [–] [email protected] 1 points 6 months ago

    I updated arch after two months and it broke completely, i guess it's because i had unfathomable amount of packages and dependencies, so it varies from person to person, if you keep your system light then it may work like it worked for you, if you install giant amount of packages and dependencies then it would work like it worked for me