Skip to content

Instantly share code, notes, and snippets.

@iampeterbanjo
Created April 13, 2016 10:28
Show Gist options
  • Save iampeterbanjo/354a14a975abc6863d014f19aefdf33d to your computer and use it in GitHub Desktop.
Save iampeterbanjo/354a14a975abc6863d014f19aefdf33d to your computer and use it in GitHub Desktop.
# https://superuser.com/questions/318186/how-do-i-uninstall-google-chrome-completely-from-my-mac
rm -rf ~/Applications/Chrome\ Apps
rm -r /Applications/Google\ Chrome.app/
rm -r ~/Library/Application\ Support/Google/Chrome/
rm ~/Library/Application\ Support/CrashReporter/Google\ Chrome*
rm ~/Library/Preferences/com.google.Chrome*
rm ~/Library/Preferences/Google\ Chrome*
rm -r ~/Library/Caches/com.google.Chrome*
rm -r ~/Library/Saved\ Application\ State/com.google.Chrome.savedState/
rm ~/Library/Google/GoogleSoftwareUpdate/Actives/com.google.Chrome
rm ~/Library/Google/Google\ Chrome*
rm -r ~/Library/Speech/Speakable\ Items/Application\ Speakable\ Items/Google\ Chrome/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment