Just curious to know if anyone has been using the same distro for multiple years/decades and what or if you have it takes for you to want to switch to a different distro?

  • phantomwise@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    3 days ago

    Not sure… I really like Arch, except for one thing that is also a problem on most other distros : packages creating files everywhere and leaving a mess behind when uninstalled. I’d rather have them isolated like NixOS does, and being able to switch easily between several versions of the same package is neat. Declarative configs are also very cool… but I really don’t want to use a weird language for making packages, I’m just stating to learn how that work and I like that Arch packages are very straightforward and easy to understand.

    • pineapple@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 days ago

      I half the point of package managers was so you could easily uninstall them. Do package managers usually not fully uninstall?

      • phantomwise@lemmy.ml
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        3 days ago

        From what I understand the package managers remove files they themselves created but not files created by the application itself like config files and other stuff