1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 15:45:59 +02:00

yaourt: add chinese (zh) translation (#4150)

This commit is contained in:
Flex Zhong 2020-07-06 04:56:12 +08:00 committed by GitHub
parent 23e8d310ca
commit 258467d1be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
pages.zh/linux/yaourt.md Normal file
View file

@ -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`