Android Studio : https://developer.android.com/studio/...
(you don't need this if you are on macOS)
Download ADB : -Windows: https://dl.google.com/android/reposit...
-MacOS: https://dl.google.com/android/reposit...
-Linux: https://dl.google.com/android/reposit...
Command:
-open CMD
-Digit cd and drop the folder that you have downloaded then press Start
-adb devices
-Accept the pop-up in your device
-adb shell
-(You can find all apk installed using app inspector, you can download this app from google play.)
or find using this command: pm list packages | grep 'vodafone'
'vodafone' is an example, if you know the name of the apk just replace vodafone with an other name.
-Unistall command is: pm uninstall -k --user 0 package.name
If you need help contact me!
####### You dont need ROOT for this!! #######