yay
linux
Yet Another Yogurt: build and install packages from the Arch User Repository. See also: `pacman`.
More info →Examples (8)
Interactively search and install packages from the repos and AUR
yay package_name|search_termSynchronize and update all packages from the repos and AUR
Install a new package from the repos and AUR and do not ask to confirm transactions
yay -S package --noconfirmRemove an installed package and both its dependencies and configuration files
yay -Rns packageSearch the package database for a keyword from the repos and AUR
yay -Ss keywordRemove orphaned packages (installed as dependencies but not required by any package)
yay -YcClean `pacman` and `yay` caches (old package versions kept for rollback and downgrade purposes)
yay -SccShow statistics for installed packages and system health
yay -Psmade by @shridhargupta | data from tldr-pages