Skip to content

Instantly share code, notes, and snippets.

@adini121
Forked from tonymtz/gist:714e73ccb79e21c4fc9c
Created September 22, 2015 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adini121/ad11c65d03bc5d2370d6 to your computer and use it in GitHub Desktop.
Save adini121/ad11c65d03bc5d2370d6 to your computer and use it in GitHub Desktop.
Uninstall XQuartz.app from OSX Yosemite
launchctl unload /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
sudo launchctl unload /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
sudo rm -rf /opt/X11* /Library/Launch*/org.macosforge.xquartz.* /Applications/Utilities/XQuartz.app /etc/*paths.d/*XQuartz
sudo pkgutil --forget org.macosforge.xquartz.pkg
# Log out and log in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment