yaourt
Deprecated Arch Linux AUR helper
TLDR
Update all packages including AUR
$ yaourt -Syua
Install a package$ yaourt -S [package]
Remove a package and its unneeded dependencies$ yaourt -Rs [package]
Search for a package in repositories and AUR$ yaourt -Ss [query]
List installed packages$ yaourt -Q
Download and build a package from AUR without installing$ yaourt -Sb [package]
Get information about a package$ yaourt -Si [package]
SYNOPSIS
yaourt [OPTIONS] [PACKAGE...]
DESCRIPTION
yaourt (Yet AnOther User Repository Tool) is an AUR helper for Arch Linux that wraps pacman with additional features for building packages from the Arch User Repository.It combines official repository and AUR package management in a single interface with colorized output, interactive search/install, and orphan detection. Since the majority of yaourt's options are the same as pacman's, it can be used as a drop-in replacement.
PARAMETERS
-S PACKAGE
Install a package from repositories or AUR.-Syua
Synchronize databases and update all packages including AUR.-Sb PACKAGE
Download and build a package without installing.-Rs PACKAGE
Remove a package and its unneeded dependencies.-Ss QUERY
Search for a package in the sync databases and AUR.-Si PACKAGE
Display detailed information about a package.-Q
List installed packages.-Qm
List foreign (AUR-installed) packages.--noconfirm
Do not ask for any confirmation.
CAVEATS
Deprecated and no longer maintained. Consider using yay or paru instead. AUR packages are not officially supported.
HISTORY
yaourt was one of the first popular AUR helpers but is now deprecated. Users are recommended to switch to yay, paru, or other maintained alternatives.
