« Yay » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:ArchLinux Category:Logiciels = [https://github.com/Jguer/yay#examples-of-custom-operations Utilisation] = <kode lang=bash> # Present package-installation... »)
 
Ligne 4 : Ligne 4 :
<kode lang=bash>
<kode lang=bash>
# Present package-installation selection menu
# Present package-installation selection menu
yay <Search Term>
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.
# Perform system upgrade, but also check for development package updates and use PKGBUILD modification time (not version number) to determine update.

Version du 29 mars 2020 à 02:47

Utilisation

Bash.svg
# 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

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