InternetPirate@lemmy.fmhy.ml to Linux@lemmy.ml · 1 year agoWhy don't more distributions have something like the AUR when it's the main reason why so many people use Arch Linux?message-squaremessage-square121fedilinkarrow-up190arrow-down14
arrow-up186arrow-down1message-squareWhy don't more distributions have something like the AUR when it's the main reason why so many people use Arch Linux?InternetPirate@lemmy.fmhy.ml to Linux@lemmy.ml · 1 year agomessage-square121fedilink
minus-squareAlex@lemmy.mllinkfedilinkarrow-up1arrow-down3·1 year agoWhat does the AUR get you that a: ../configure --prefix=(pwd)/install make make install doesn’t?
minus-squareralC@lemmy.fmhy.mllinkfedilinkarrow-up6·1 year agoInstalling dependencies automatically mostly
minus-squarebonfire921@lemmy.dbzer0.comlinkfedilinkarrow-up3·1 year agoIt gives you a lot of convenience, auto updates, and dependencies. While it is nice being up to date by checking the git and making it by yourself it is much more convenient to have a package manager for it when you have many Make packages
What does the AUR get you that a:
../configure --prefix=(pwd)/install make make install
doesn’t?Installing dependencies automatically mostly
It gives you a lot of convenience, auto updates, and dependencies. While it is nice being up to date by checking the git and making it by yourself it is much more convenient to have a package manager for it when you have many Make packages