InternetPirate@lemmy.fmhy.ml to Linux@lemmy.ml · 2 years 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-square119fedilinkarrow-up199arrow-down15
arrow-up194arrow-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 · 2 years agomessage-square119fedilink
minus-squareAlex@lemmy.mllinkfedilinkarrow-up1arrow-down3·2 years agoWhat does the AUR get you that a: ../configure --prefix=(pwd)/install make make install doesn’t?
minus-squareralC@lemmy.fmhy.mllinkfedilinkarrow-up8·2 years agoInstalling dependencies automatically mostly
minus-squarebonfire921@lemmy.dbzer0.comlinkfedilinkarrow-up3·2 years 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