For example, there’s
https://aur.archlinux.org/packages/app/,
https://aur.archlinux.org/packages/app-bin/
https://aur.archlinux.org/packages/app-git/.
What’s the difference between them?
Which one should I install?
For example, there’s
https://aur.archlinux.org/packages/app/,
https://aur.archlinux.org/packages/app-bin/
https://aur.archlinux.org/packages/app-git/.
What’s the difference between them?
Which one should I install?
app -you build it yourself on your machine
bin - you install the binary someone else build
git - you build the latest development version
Following @pebcak answer, you should choose based on your needs. Generally speaking I use app for general needs, bin if compiling app on my system take too long (e.g. browsers) and git if I need latest dev features or I’m willing to test and provide feedback.
Thanks for the information
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.