Skip to content

Instantly share code, notes, and snippets.

@safaorhan
Created July 6, 2023 06:28
Show Gist options
  • Select an option

  • Save safaorhan/548f48e584e67a32032b9c643c8c7336 to your computer and use it in GitHub Desktop.

Select an option

Save safaorhan/548f48e584e67a32032b9c643c8c7336 to your computer and use it in GitHub Desktop.
How to uninstall YouTube app via adb
The first command uninstalls updates and clears data.
The second command uninstalls the system app all together.
Run commands in this order to get rid of YouTube forever.
--
adb uninstall com.google.android.youtube
adb shell pm uninstall --user 0 com.google.android.youtube
@fondencn

fondencn commented Jun 7, 2024

Copy link
Copy Markdown

works great!

@MauricioHS12

Copy link
Copy Markdown

Thank You!

@chetan4635

Copy link
Copy Markdown

Works Great , Thank You

@FakhourMed

Copy link
Copy Markdown

Thanks, works perfectlly.

@devavijitsingh

Copy link
Copy Markdown

🫡Thank You!

@The-Legendary-Psycho

Copy link
Copy Markdown

Thank you so much!

@Prashant-SG14

Copy link
Copy Markdown

Thanks a ton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment