LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[administration][packages] Use paru for building PKGBUILDs #728

Open LukeShortCloud opened 2 years ago

LukeShortCloud commented 2 years ago

It will automatically install dependencies including ones from the AUR. The yay package manager does not have this feature yet.

$ ls -1
PKGBUILD
$ paru -U -i

https://github.com/Jguer/yay/issues/694 https://github.com/Morganamilo/paru/issues/222

LukeShortCloud commented 2 years ago

It is also important to note that makepkg by itself (without any help wrappers such as paru and yay) will install dependencies from Arch Linux repositories but not from the AUR.

LukeShortCloud commented 8 months ago

yay -Bi is now supported to install AUR dependencies automatically.

LukeShortCloud commented 8 months ago

https://github.com/Jguer/yay/issues/694#issuecomment-1437721843