Last active
December 9, 2019 11:30
-
-
Save CasperCL/65ebd98f420438e2562af9b6bb139ec8 to your computer and use it in GitHub Desktop.
Google Chrome removal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -r ~/Library/Application\ Support/Google | |
rm -r /Library/Application\ Support/Google | |
rm -r ~/Library/Caches/com.google.* | |
rm -r ~/Library/Caches/Google | |
rm -r ~/Library/Google | |
rm -r /Library/Google |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment