Hey fellow Linux enthusiasts! I’m curious to know if any of you use a less popular, obscure or exotic Linux distribution. What motivated you to choose that distribution over the more mainstream ones? I’d love to hear about your experiences and any unique features or benefits that drew you to your chosen distribution.

  • @d3Xt3r@lemmy.nzM
    link
    fedilink
    1
    edit-2
    9 months ago

    I haven’t really used Tool/Distrobox so correct me if I’m wrong, but don’t they basically contain a sort of a lightweight copy of the OS (minus the kernel/and some core stuff? ), so wouldn’t you have to keep all your containers up-to-date as well, in addition to your host OS? I’m just wondering how much of a double-up/space waste there is going on with such a setup.

    • @Guenther_Amanita@feddit.de
      link
      fedilink
      19 months ago

      I’m no expert, so I can’t help you much.

      The container downloaded in less than a minute in my case, and I have really really bad internet.
      The containers are really minimalist (basically only a set of dependencies) and shouldn’t take much disk space.

      Heck, and even if they do, space is really cheap anyway.
      They function sort of like how Flatpaks do. With Flatpaks, you also don’t download a whole OS, only dependencies.

      Maintainence wise, you’re right.
      Normally, you would have to type the “distrobox-upgrade” command to update all containers.
      In my case, since I use uBlue, this gets done automatically afaik.