1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:55:25 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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