mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:15:30 +02:00
adb-uninstall: add page (#15252)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
7b35471ada
commit
d6fa16d4d7
1 changed files with 12 additions and 0 deletions
12
pages/common/adb-uninstall.md
Normal file
12
pages/common/adb-uninstall.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# adb uninstall
|
||||
|
||||
> Uninstall a package.
|
||||
> More information: <https://manned.org/adb>.
|
||||
|
||||
- Uninstall a package:
|
||||
|
||||
`adb uninstall {{com.example.app}}`
|
||||
|
||||
- Uninstall a package, but keep user data:
|
||||
|
||||
`adb uninstall -k {{com.example.app}}`
|
Loading…
Add table
Reference in a new issue