Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I delete the Google App Engine SDK from my mac?

I installed the Google App Engine on my mac some time ago and I'm not using it now. The Google Updater thing asks me to update the GAE every now and then and it's getting on my nerves. How do I uninstall the GAE? I can't find anything to do that.

Thanks.

like image 273
Ian Avatar asked Jul 04 '10 17:07

Ian


People also ask

What is SDK in Google App Engine?

The App Engine SDK allows you to run Google App Engine Applications on your local computer. It simulates the runtime environment of the Google App Engine infrastructure.

How do I uninstall app engine versions?

You can find the list of your app versions in the Versions page. To delete the non-default versions, select the check boxes and then click Delete.


1 Answers

On mac, find the launch agent's plist file at:

~/Library/LaunchAgents/com.google.keystone.agent.plist

or

/Library/LaunchAgents/com.google.keystone.agent.plist

Delete the file, or disable it with

<key>Disabled</key> <true/>

Note that I think this software updater affects other Google things too, like Picasa.

like image 192
Nils Avatar answered Sep 28 '22 03:09

Nils