Skip to content

Instantly share code, notes, and snippets.

@tsondt
Created July 9, 2019 18:57
Show Gist options
  • Save tsondt/9c6739d346fdc0d602cd16a343a09149 to your computer and use it in GitHub Desktop.
Save tsondt/9c6739d346fdc0d602cd16a343a09149 to your computer and use it in GitHub Desktop.
Uninstall Zoom on Mac
#!/bin/bash
# https://support.zoom.us/hc/en-us/articles/201362983-How-to-uninstall-Zoom-on-a-Mac-
rm -rf ~/.zoomus/
rm -rf ~/Applications/zoom.us.app/
rm -rf ~/Library/Application\ Support/zoom.us/
rm -rf /Applications/zoom.us.app/
rm -f /System/Library/Extensions/ZoomAudioDevice.kext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment