• TimeSquirrel@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    There are many things that can stop me from running a program but what distro I’m using is not one of them.

    Become distro-agnostic. Don’t be afraid of source code.

    • dhtseany@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Seriously, look at what the pkgbuild is doing on Arch and replicate it by hand on your distro of choice. That’s all a pkgbuild is: a simple bash installation script.

  • MCk3@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    What software only works on Arch? If anything I see stuff that’s packaged for arch but can be installed from source on other distros without issue.

    Ubuntu-only software, on the other hand, is infuriating

      • Nefyedardu@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        it actually is, you just append the distrobox command before it

        distrobox enter arch -- yay -Sy appname

        • hottari@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          A simple yay -Sy from Arch btw takes less computing power and doesn’t depend on an external dependency.

          • CatLikeLemming@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            Any reason not to just use yay? That’s an alias for yay -Syu, which in and of itself, at least if I understood it correctly, is basically just pacman -Syu and from what I’ve read on the arch wiki -Sy is heavily discouraged.