Skip to content

Commit

Permalink
yaourt: add chinese (zh) translation (tldr-pages#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungZH authored Jul 5, 2020
1 parent 23e8d31 commit 258467d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pages.zh/linux/yaourt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# yaourt

> Arch Linux 中用于从 Arch User Repository 中构建软件包的工具。
- 同步并更新所有软件包(包括 AUR):

`yaourt -Syua`

- 安装一个新的软件包(包括 AUR):

`yaourt -S {{软件包}}`

- 移除一个软件包和它的依赖(包括 AUR 软件包):

`yaourt -Rs {{软件包}}`

- 在软件包数据库中搜索一个关键字(包括 AUR):

`yaourt -Ss {{软件包}}`

- 列出已安装的软件包、版本和仓库(AUR 软件包将被列在 'local' 仓库下):

`yaourt -Q`

0 comments on commit 258467d

Please sign in to comment.