This is a bash script that uses fzf
to let you easily uninstall multiple apps over ADB.
- Uninstall any user-installed (non-system) app from any connected device.
- Allows for selection of multiple apps.
- If more than one device is connected by ADB, will let you choose which one to uninstall from.
- Retrieves app names from the Google Play website to show a more user-readable name (not just package name)
fzf
and adb
must be properly installed and configured, and must be present in your PATH
.
Simply download the script or clone this repository and run adb-uninstall
.
Use the directional keys to navigate. Use the TAB key to select multiple packages if you so wish, and then press ENTER to proceed.
The script will show you the selected packages and will prompt for confirmation.
This project is published under the MIT License.