• TimeSquirrel
    cake
    link
    fedilink
    682 years ago

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

    • @[email protected]
      link
      fedilink
      332 years 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.

    • @[email protected]
      link
      fedilink
      12 years ago

      I use Arch BTW.

      But also I feel like handing a AUR manager to a person is like giving them a block of C4 and a detonator and saying “good luck”

      Stupidly powerful, but you can blow your hand or foot off in a second if you’re not aware

  • @[email protected]
    link
    fedilink
    122 years ago

    I’m a noob, isn’t every (open source) program aviable for every distribution if you compile it from source? It’s all Linux in the end (i never compiled a program from source, so I don’t know if it’s easy at all)

    • thelastknowngod
      link
      fedilink
      22 years ago

      Usually the only tricky part of compiling from source is tracking down dependencies. The package manager does that for you normally but you’re not using the package manager when compiling from scratch. The actual building (even compiling a kernel) isn’t all that complicated.

    • @[email protected]
      link
      fedilink
      42 years ago

      Some programs may use libraries or tools specific to a distributions package manager. For example, yay, an AUR helper/pacman wrapper. You would have a very hard time getting it to work on Debian.

      Other programs might only include build scripts for a distro specific build system. For example, a program might skip using a Makefile, and do everything in the Arch-specific PKGBUILD.

      Generally though, most software uses a standard cross-distro (or even OS) build system. In this case, compiling from source would be an option on any distro. The program might still only be packaged for Arch/NixOS/Gentoo (or others), as it is a very simple process to do so.

  • @[email protected]
    link
    fedilink
    English
    232 years ago

    You Linux people are funny.

    I just download the Windows versions and run them with Wine.

    • @[email protected]
      link
      fedilink
      42 years ago

      I don’t understand any of this, my windows install is on a 120GB SSD, it’s full now and I can’t update my graphics driver.

      • Possibly linux
        link
        fedilink
        English
        32 years ago

        But then your installing it locally. The benefit to containers is they can be deleted.

        Also Arch is a unstable mess and requires updates way to frequently

          • Possibly linux
            link
            fedilink
            English
            12 years ago

            Arch ships to new of packages for my comfort. This leads to breakages if you don’t read the update notes. I want my system to stay updated automatically and Arch causes to many headaches.

            • @[email protected]
              link
              fedilink
              12 years ago

              Arch ships to too new of packages for my comfort.

              Sorry to be a grammar nazi but that’s the second time and it annoys some of us. It’s literally a different word with a different meaning!

              • Possibly linux
                link
                fedilink
                English
                12 years ago

                That’s fine if you like that kind of thing. However it isn’t for everyone

        • @[email protected]
          link
          fedilink
          72 years ago

          I’ve been using Arch for over a decade now. On a laptop, desktop, VPS and now it’s also driving Steam OS on the Deck. I had very little problems with it compared to our Ubuntu setups at work that randomly break on updates. Ubuntu is not as bad as it used to be but from my experience (i.e. the way I use it), Arch has been more stable and reliable.

          • Possibly linux
            link
            fedilink
            English
            12 years ago

            I have also had issues with Ubuntu. I just stick with Debian because I don’t have to touch it for years.

            Can you do the same with Arch? Also why do you need newer packages on a server? (I’m taking about the VPS)

      • Nefyedardu
        link
        fedilink
        22 years ago

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

        distrobox enter arch -- yay -Sy appname

  • raubarno
    link
    fedilink
    4
    edit-2
    2 years ago

    Same. Yesterday, I found Vulkan drivers for virtual machines (vulkan-virtio) , but it’s packaged only for archlinux. And I gave up trying to build from source yesterday.

  • @[email protected]
    link
    fedilink
    12 years ago

    TBF I found the first party packaging tools for Debian are very hard to use. I always end up using nFPM or makedeb anyway

    • @[email protected]
      link
      fedilink
      22 years ago

      Yes, most packages are auto-generated from those. When it comes to manually generated packages AUR should still be #1. Not that I ever missed any packages in nixpkgs…