• 0x4E4F@lemmy.dbzer0.comOP
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 months ago

    Faster, more stable, no systemd, supports musl and architectures not usually supported by most distros. It’s probably the most stable rolling release distro out there.

      • 0x4E4F@lemmy.dbzer0.comOP
        link
        fedilink
        arrow-up
        1
        ·
        6 months ago

        Yes, there are basically 2 builds for every architecture. One is glibc, the other is musl. I haven’t used the musl builds that much, just toyed with them a few times (mainly because of lack of software), but if you only use open source software that doesn’t specifically depend on the GNU toolchain, yes, you can daily drive it, no doubt there. And yes, it is faster than the glibc builds.

      • Yes. From their website:

        C library diversity

        Void Linux supports both the musl and GNU libc implementations, patching incompatible software when necessary and working with upstream developers to improve the correctness and portability of their projects.

    • TrickDacy@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      Interesting. I will have to try it some time. I just know on my raspberry pi 5, out of the few OSes I could get to run on it, Arch was the fastest and smoothest running, and gets updates all the time. All this, even though rpi5 is not even officially supported yet!

          • 0x4E4F@lemmy.dbzer0.comOP
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            6 months ago

            The syntax is a bit different, but everything else, more or less the same. In fact, if you just wanna repackage a deb or an rpm, it’s even easier than in Arch, xbps-src can handle deb and rpm automatically, it detects dependencies and does repackaging on it’s own. You basically just have to feed it the deb/rpm file in a one liner, that’s it.

            I should probably give an example. Here is the template file (they’re called templates in Void) for Viber. You basically just feed it the deb, do a vcopy (copy operation specific to xbps-src) and that’s it, everything else regarding the repackaging is done automatically by xbps-src.