mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
13 lines
259 B
Markdown
13 lines
259 B
Markdown
# pm uninstall
|
|
|
|
> Uninstall a package.
|
|
> More information: <https://developer.android.com/tools/adb#pm>.
|
|
|
|
- Uninstall a package from the device:
|
|
|
|
`pm uninstall {{package}}`
|
|
|
|
- Remove an app from a specific user:
|
|
|
|
`pm uninstall --user {{user_id}} {{package}}`
|