pkg: add page (#7432)

feature/windows-fix-syntax-2
Emily Grace Seville 2021-11-16 06:10:34 +10:00 committed by GitHub
parent a36f8550d8
commit bfb88a35e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

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