pkg: add page (#7432)
This commit is contained in:

committed by
GitHub

parent
a36f8550d8
commit
bfb88a35e1
24
pages/android/pkg.md
Normal file
24
pages/android/pkg.md
Normal 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}}`
|
Reference in New Issue
Block a user