Adb uninstall

This command is used to uninstall the application using the package name

adb uninstall -k packageName

Uninstalls the package but keeps the data and cache directories intact

adb uninstall -k test.apk

adb uninstall packageName

adb uninstall test.apk

how to image


Frequently Asked Questions


What is the adb uninstall command?

It is a command used for unistalling a package from your Android device using ADB

Do I need to specify any other keywords while using this command?

Yes, you need to specify the package name that you want to delete while using the command adb uninstall packageName, replacing the packageName with the package that you want to delete.

rating-img
Rate this tool
NaN/5   0 votes