You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
596 B
Plaintext

# yay
# Yet another yogurt. Pacman wrapper and AUR helper written in go.
# present package selection menu
yay [Search Term]
# print system statistics
yay -Ps
# print update list
yay -Pu
# clean unneeded dependencies
yay -Yc
# downloads PKGBUILD from ABS or AUR
yay -G
# generates development package
# DB used for devel updates.
yay -Y --gendb
# normal update but also check for development package updates
# and use PKGBUILD modification time and not version to determine update
yay -Syu --devel --timeupdate
# installation
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si