💾 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
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
AUR helpers automate usage of the Arch User Repository. In particular, they may automate the following tasks:
(from ArchWiki)
Yet Another Yogurt - An AUR Helper Written in Go
git clone https://aur.archlinux.org/yay.git cd yay makepkg -si
Search and install
yay <target>
To install software
yay -S <targer>
To upgrade AUR packages
yay -Syu
For more info see man yay
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
Search and install
paru <target>
To install software
paru -S <target>
To upgrade AUR packages
paru -Sua
For more info see man paru
----------
----------
© DarknessCode