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.

  • z3bra@lemmy.sdf.org
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    9 months ago

    I’ve been a crux user for over 10 years now. I switched to it from Archlinux because it uses a port tree system for packages (think of it as the AUR but for everything) and because the package “recipes” are very simple and easy to write.

    At the time I was packaging a lot of stuff on Arch and the PKGBUILD format felt too bulky, complex and constraining for my needs. I switch to crux and found one of the simplest distro out there, and sticked to it. It’s also the Linux distro that feels the most like OpenBSD, which is neat as well.

    Also the mascot.

    • Audacity9961@feddit.ch
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      That’s an interesting distro. Can you provide a bit more info as to how it differs from a source-first distribution like Gentoo?

      • z3bra@lemmy.sdf.org
        link
        fedilink
        arrow-up
        4
        ·
        9 months ago

        Crux is also “source first”, as you must compile every package from source. However, Gentoo focuses on “use flags” to build the packages, which let’s you fine tune every single feature. Crux ports don’t have that, so you technically end up with the same software for everyone, except that they’re optimized for your architecture.

        Its main advantage is the simplicity of the system as a whole, as well as the build system, which leads to Pkgfile that are very straightforward to write.