1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages.zh/android/pkg.md
2022-01-15 17:12:49 -03:00

24 lines
356 B
Markdown

# pkg
> Termux 的包管理工具。
> 更多信息:<https://wiki.termux.com/wiki/Package_Management>.
- 升级所有已安装的包:
`pkg upgrade`
- 安装一个包:
`pkg install {{包名}}`
- 卸载一个包:
`pkg uninstall {{包名}}`
- 重新安装一个包:
`pkg reinstall {{包名}}`
- 搜索一个包:
`pkg search {{包名}}`