From 06706baf313b1e09d9c1ca85b0ac7404a6c5eda1 Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Sun, 24 Jan 2016 11:45:36 +0100 Subject: [PATCH] Formatted yaourt.md --- pages/linux/yaourt.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/linux/yaourt.md b/pages/linux/yaourt.md index ca4070d5fa..0a08d82dc0 100644 --- a/pages/linux/yaourt.md +++ b/pages/linux/yaourt.md @@ -1,23 +1,23 @@ # yaourt -> Arch Linux utility for building packages from the Arch User Repository +> Arch Linux utility for building packages from the Arch User Repository. -- synchronize and update all packages (including AUR) +- Synchronize and update all packages (including AUR): `yaourt -Syua` -- install a new package (includes AUR) +- Install a new package (includes AUR): `yaourt -S package-name` -- remove a package and its dependencies (includes AUR packages) +- Remove a package and its dependencies (includes AUR packages): `yaourt -Rs package-name` -- search the package database for a keyword (including AUR) +- Search the package database for a keyword (including AUR): `yaourt -Ss package-name` -- list installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local') +- List installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local'): `yaourt -Q`