snippetbashTip
yaourt — Arch Linux utility for building packages from the Arch User Repository. More information: <https://a
Viewed 0 times
commandbuildingcliyaourtarchlinuxforutility
linux
Problem
How to use the
yaourt command: Arch Linux utility for building packages from the Arch User Repository. More information: <https://archlinux.fr/yaourt-en>.Solution
yaourt — Arch Linux utility for building packages from the Arch User Repository. More information: <https://archlinux.fr/yaourt-en>.Synchronize and update all packages (including AUR):
yaourt -SyuaInstall a new package (includes AUR):
yaourt -S {{package}}Remove a package and its dependencies (includes AUR packages):
yaourt -Rs {{package}}Search the package database for a keyword (including AUR):
yaourt -Ss {{query}}List installed packages, versions, and repositories (AUR packages will be listed under the repository name
local):yaourt -QCode Snippets
Synchronize and update all packages (including AUR)
yaourt -SyuaInstall a new package (includes AUR)
yaourt -S {{package}}Remove a package and its dependencies (includes AUR packages)
yaourt -Rs {{package}}Search the package database for a keyword (including AUR)
yaourt -Ss {{query}}List installed packages, versions, and repositories (AUR packages will be listed under the repository name `local`)
yaourt -QContext
tldr-pages: linux/yaourt
Revisions (0)
No revisions yet.