this post was submitted on 31 Aug 2024
17 points (94.7% liked)
Arch Linux
7733 readers
2 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you for the detailed reply.
So, I can't install aur packages via pacman?
Also Are you quoting certain nExT gEn gAmE guy?
Nope, you have to do it manually or using an helper that abstracts the manual work away.
AUR packages, or to be more precise the PKGBUILD files, are recipes to compile or download stuff outside from the official repositories, manage their deps and installing them on the system.
You should always only run PKGBUILD files that you trust, they can do basically anything on your system. Checking the comments of the package in the aur repo is a good practice too.
...maybe
Thanks.