pkg: add page (#7432)

This commit is contained in:
Emily Grace Seville
2021-11-16 06:10:34 +10:00
committed by GitHub
parent a36f8550d8
commit bfb88a35e1

24
pages/android/pkg.md Normal file
View File

@@ -0,0 +1,24 @@
# pkg
> Package management utility for Termux.
> More information: <https://wiki.termux.com/wiki/Package_Management>.
- Upgrade all installed packages:
`pkg upgrade`
- Install a package:
`pkg install {{package}}`
- Uninstall a package:
`pkg uninstall {{package}}`
- Reinstall a package:
`pkg reinstall {{package}}`
- Search for a package:
`pkg search {{package}}`