Which one(s) and why?

  • lordnikon@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 months ago

    yeah I get dependency resolution from apt build-dep in Debian but like what commands do you use to build a package with the AUR. From what I read it’s

    search the AUR website git clone tar xf pag.tar makepkg -csi packagename

    am I missing something or is there an easier way that I am just not seeing?

    i promise I’m not trolling I really want to learn.

    • Turtle@aussie.zone
      link
      fedilink
      arrow-up
      0
      ·
      9 months ago

      Not sure why noone has pointed this out but if you use paru or yay instead of pacman, installing/searching the AUR is the same as if they are in the main repo. It does all the building etc for you.

      • lordnikon@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        9 months ago

        hmm okay thanks I will check those out maybe that is the missing piece.

        so paru is the equivalent to apt-build install

        but unlike Debian the Repo is outside the distribution.

        i think I’m getting it thank you while I have no interest in leaving debian but this will be fun in distrobox.

        • Turtle@aussie.zone
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          To be specific…

          Install something from the main repo:

          $ paru -S package

          Install something from the AUR:

          $ paru -S package

          To search for a package, in the main repo or the AUR:

          $ paru -Ss search-term

          With the search results, it clearly labels if something is from the AUR or extras or the main repo, and you can make it show AUR results first or last in the config.

          https://github.com/Morganamilo/paru

          I don’t actually use pacman directly at all, I use paru for everything and it’s seamless.