Skip to content

Instantly share code, notes, and snippets.

@tonymtz
Created November 15, 2014 00:02
Star You must be signed in to star a gist
Embed
What would you like to do?
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
@GL8666
Copy link

GL8666 commented Sep 14, 2018

thx

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