this post was submitted on 02 Oct 2023
415 points (94.1% liked)

linuxmemes

21048 readers
1199 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
    415
    submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
     

    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 8 points 1 year ago (1 children)

    I've been using Arch for over a decade now. On a laptop, desktop, VPS and now it's also driving Steam OS on the Deck. I had very little problems with it compared to our Ubuntu setups at work that randomly break on updates. Ubuntu is not as bad as it used to be but from my experience (i.e. the way I use it), Arch has been more stable and reliable.

    [–] [email protected] 2 points 1 year ago (2 children)

    I have also had issues with Ubuntu. I just stick with Debian because I don't have to touch it for years.

    Can you do the same with Arch? Also why do you need newer packages on a server? (I'm taking about the VPS)

    [–] [email protected] 1 points 1 year ago

    No, you need to do system maintenance on Arch at least once a year if you don't do it after each update. You need to merge configs (I love etc-upgrade from gentoo for this) and find and delete orphaned packages left behind by the rolling release that are still on your system.

    https://wiki.archlinux.org/title/System_maintenance

    [–] [email protected] 1 points 1 year ago

    I haven't tried not touching it for years to be honest. Longest period without a reboot was something between half a year and a year and it worked without a problem. Check the Arch website, breaking changes or manual interventions are very rare nowadays. There's just one thing you have to do if you start an update after a long time: make sure to update the keyring first or pacman will exit with an error. That's also mentioned in the wiki.

    I installed Arch on my server because:

    • I know it very well.
    • The base system is tiny. Fewer packages = fewer problems. Everything else is in Podman containers anyway.
    • It's very flexible. I have a customized encrypted rootfs which needs to be unlocked through SSH, not a very common thing I guess.