Yay
De Banane Atomic
Aller à la navigationAller à la recherche
Utilisation
# Present package-installation selection menu yay <Search_Term> # allow to edit PKGBUILD before install yay --editmenu -S <Pkg_name> # Perform system upgrade, but also check for development package updates and use PKGBUILD modification time (not version number) to determine update. yay -Syu --devel --timeupdate # lister tous les paquets « étrangers » installé avec yay pacman -Qm |
Installation
git clone https://aur.archlinux.org/yay.git cd yay makepkg -si |