1
0
Fork 0
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:
Managor 2024-12-24 13:17:29 +02:00 committed by GitHub
parent 7b35471ada
commit d6fa16d4d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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