forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaourt: add chinese (zh) translation (tldr-pages#4150)
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |