mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:26:01 +02:00
pkg: add Chinese translation (#7657)
This commit is contained in:
parent
18015531b9
commit
3f172d37ee
1 changed files with 24 additions and 0 deletions
24
pages.zh/android/pkg.md
Normal file
24
pages.zh/android/pkg.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# pkg
|
||||||
|
|
||||||
|
> Termux 的包管理工具。
|
||||||
|
> 更多信息:<https://wiki.termux.com/wiki/Package_Management>.
|
||||||
|
|
||||||
|
- 升级所有已安装的包:
|
||||||
|
|
||||||
|
`pkg upgrade`
|
||||||
|
|
||||||
|
- 安装一个包:
|
||||||
|
|
||||||
|
`pkg install {{包名}}`
|
||||||
|
|
||||||
|
- 卸载一个包:
|
||||||
|
|
||||||
|
`pkg uninstall {{包名}}`
|
||||||
|
|
||||||
|
- 重新安装一个包:
|
||||||
|
|
||||||
|
`pkg reinstall {{包名}}`
|
||||||
|
|
||||||
|
- 搜索一个包:
|
||||||
|
|
||||||
|
`pkg search {{包名}}`
|
Loading…
Add table
Reference in a new issue