Yay

De Banane Atomic
Révision datée du 15 mars 2020 à 15:20 par Nicolas (discussion | contributions) (Page créée avec « Category:ArchLinux Category:Logiciels = [https://github.com/Jguer/yay#examples-of-custom-operations Utilisation] = <kode lang=bash> # Present package-installation... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigationAller à la recherche

Utilisation

Bash.svg
# Present package-installation selection menu
yay <Search Term>

# 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

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