
yay
List of commands for yay:
-
yay:ai:f3824 Check for package updates using the 'yay' package manager on Arch Linux$ yay -Qumtry on your machineexplain this command
-
yay:tldr:2adbc yay: Search the package database for a keyword from the repos and AUR.$ yay -Ss ${keyword}try on your machineexplain this command
-
yay:tldr:4003d yay: Interactively search and install packages from the repos and AUR.$ yay ${select}try on your machineexplain this command
-
yay:tldr:402ac yay: Synchronize and update all packages from the repos and AUR.$ yaytry on your machineexplain this command
-
yay:tldr:8f09d yay: Synchronize and update only AUR packages.$ yay -Suatry on your machineexplain this command
-
yay:tldr:9a7d9 yay: Show statistics for installed packages and system health.$ yay -Pstry on your machineexplain this command
-
yay:tldr:a6086 yay: Remove orphaned packages (installed as dependencies but not required by any package).$ yay -Yctry on your machineexplain this command
-
yay:tldr:e54c9 yay: Remove an installed package and both its dependencies and configuration files.$ yay -Rns ${package_name}try on your machineexplain this command
-
yay:tldr:f80b4 yay: Install a new package from the repos and AUR.$ yay -S ${package_name}try on your machineexplain this command