mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 08:47:40 +00:00
Update cheatsheets
This commit is contained in:
29
android/pkg
Normal file
29
android/pkg
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, android]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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