Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you only wish to <strong>disable</strong> the the App Engine autoupdate feature, do the following (<a href="http://www.arthurkoziel.com/2008/07/26/the-google-software-update-agent/" rel="noreferrer">source</a>):</p> <p><em>Either</em> delete the file:</p> <pre><code>~/Library/Preferences/com.google.Keystone.Agent.plist </code></pre> <p><em>Or</em> add a new <code>Disabled</code> property to it (if you wish to keep the file):</p> <pre><code>&lt;key&gt;Disabled&lt;/key&gt; &lt;true/&gt; </code></pre> <p>If you wish to uninstall <strong>Google Software Update</strong> completely, do the following (<a href="http://support.google.com/installer/bin/answer.py?hl=en&amp;answer=100386" rel="noreferrer">source</a>):</p> <ol> <li><p>Uninstall any Google programs you currently have installed on your computer.</p></li> <li><p>Open a Terminal window by going to Applications > Utilities in Finder.</p></li> <li><p>Google Software Update can be uninstalled for a specific user or for your whole system. Paste one of the following commands in Terminal:</p></li> </ol> <p>Uninstall for a specific user:</p> <p><code>~/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py --uninstall</code></p> <p>Uninstall for the whole system: (needs root access):</p> <p><code>sudo /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py --uninstall</code></p> <p><strong>Note that the two commands listed above are supposed to be on one line</strong></p> <p>Of course then it goes without saying that you can delete the directory that you chose to store the App Engine Python SDK.</p> <p>Also note that if your <code>.plist</code> file is in binary format, you'll need to convert it to XML and then back when you're done (<a href="http://hints.macworld.com/article.php?story=20050430105126392" rel="noreferrer">source</a>).</p> <p>From binary to XML:</p> <pre><code>plutil -convert xml1 some_file.plist </code></pre> <p>From XML to binary:</p> <pre><code>plutil -convert binary1 some_other_file.plist </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload