From 5366dade9896e272fc9d6e2224836875e2f2996f Mon Sep 17 00:00:00 2001 From: Dylan Rees Date: Mon, 18 Jan 2016 01:50:01 -0500 Subject: [PATCH 1/2] Create yaourt.md --- pages/linux/yaourt.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/linux/yaourt.md diff --git a/pages/linux/yaourt.md b/pages/linux/yaourt.md new file mode 100644 index 000000000..a35384b46 --- /dev/null +++ b/pages/linux/yaourt.md @@ -0,0 +1,23 @@ + yaourt + +> Arch Linux utility for building packages from the Arch User Repository + +- synchronize and update all packages (including AUR) + +`yaourt -Syua` + +- install a new package (includes AUR) + +`yaourt -S package-name` + +- remove a package and its dependencies (includes AUR packages) + +`yaourt -Rs package-name` + +- 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') + +`yaourt -Q` From 22d3491ed294363d9192fe55bcb0abaa493d3e09 Mon Sep 17 00:00:00 2001 From: Dylan Rees Date: Fri, 22 Jan 2016 18:19:17 -0500 Subject: [PATCH 2/2] Update yaourt.md --- pages/linux/yaourt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/yaourt.md b/pages/linux/yaourt.md index a35384b46..ca4070d5f 100644 --- a/pages/linux/yaourt.md +++ b/pages/linux/yaourt.md @@ -1,4 +1,4 @@ - yaourt +# yaourt > Arch Linux utility for building packages from the Arch User Repository