浏览代码

Create yaourt.md

Dylan Rees 9 年之前
父节点
当前提交
5366dade98
共有 1 个文件被更改,包括 23 次插入0 次删除
  1. 23 0
      pages/linux/yaourt.md

+ 23 - 0
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`