There is a command to ease the pain of managing packages for Android phone,
adb shell pm uninstall org.kde.necessitas.example.one
adb shell pm uninstall org.kde.necessitas.example.two
But I have many phones and just want to delete all packages from a particular domain on them.
It cannot be done by
adb shell pm uninstall org.kde.necessitas.example.*
what is your suggestion?