fuzzybot
1.0.0
For Ubuntu
sudo apt-get install android-sdk-platform-tools
Should show one device attached
adb devices
Takes you to custom shell
adb shell
List the packages & grep a particular package
pm list packages | grep youtube
Uninstall the package
pm uninstall -k --user 0 packageFullName