<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Today downloaded XQuartz 2.7.11 and installed on OS X Sierra after prompting from my old version of CrossOver. How can I uninstall? I suspect it has interfered with the computer’s ability to establish network connection. Please help. I’m not the most savvy computer user. :(  The FAQ (<a href="https://www.xquartz.org/FAQs.html" class="">https://www.xquartz.org/FAQs.html</a>) gives instructions how to uninstall using Terminal commands, but these seem to be tailored to Leopard. Are they also applicable to Sierra?<div class=""><br class=""></div><div class="">These are the instructions I’m referring to:</div><div class=""><br class=""></div><div class=""><h2 id="uninstall-snow-leopard-or-later" style="box-sizing: border-box; font-family: 'Segoe UI', Arial, sans-serif; font-weight: 400; margin: 10px 0px; font-size: 30px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">Uninstall (Snow Leopard or Later)</h2><div style="box-sizing: border-box; margin: 0.5em; font-family: Verdana, sans-serif; font-size: 15px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">XQuartz does not replace the system X11 on Snow Leopard, so you can go back to the Apple-provided X11.app rather easily. Just launch X11.app rather than XQuartz.app to get the older server. If you want to make Apple’s X11.app the default server (owning the launchd $DISPLAY socket), then you should disable the org.macosforge.xquartz.startx.plist as described in the <a href="https://www.xquartz.org/FAQs.html#dont-like-launchd-automatically-setting-up-display-for-you" style="box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; color: rgb(0, 0, 0); white-space: nowrap;" class="">first question</a>. After logging out and back in, Apple’s X11.app will be default. If you still want to remove XQuartz.app from your system, you can do that with these two steps:</div><div class="highlighter-rouge" style="box-sizing: border-box; font-family: Verdana, sans-serif; font-size: 15px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);"><pre class="highlight" style="box-sizing: border-box; overflow: auto; font-family: Menlo, Consolas, Courier, 'Courier New', FreeMono, monospace; font-size: 13.8px; margin: 0.25em 1.5em; padding: 0.25em; background-color: rgb(238, 238, 238);"><code style="box-sizing: border-box; font-family: monospace, monospace; font-size: 1em;" class="">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</code></pre></div><div class=""><br class=""></div></div><div class=""><br class=""></div></body></html>