💾 Archived View for darknesscode.xyz › linux › aur-helpers.gmi captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

🚧 View Differences

-=-=-=-=-=-=-

Install an AUR Helper

AUR helpers automate usage of the Arch User Repository. In particular, they may automate the following tasks:

(from ArchWiki)

Install Yay

Yet Another Yogurt - An AUR Helper Written in Go

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

Examples

Search and install

yay <target>

To install software

yay -S <targer>

To upgrade AUR packages

yay -Syu

For more info see man yay

Install Paru

Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction

git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

Examples

Search and install

paru <target>

To install software

paru -S <target>

To upgrade AUR packages

paru -Sua

For more info see man paru

----------

Home

Linux

Notes

MicroLog

----------

© DarknessCode