Skip to content

Instantly share code, notes, and snippets.

@marc0der
Created August 30, 2011 08:58
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 marc0der/1180495 to your computer and use it in GitHub Desktop.
Save marc0der/1180495 to your computer and use it in GitHub Desktop.
Install Groovy on Ubuntu through LaunchPad
$ sudo su -
$ apt-get remove --purge groovy groovy-1.8.1
$ apt-get update
$ apt-get install groovy
$ apt-get install groovy-1.7
$ apt-get install groovy-1.9
$ update-alternatives --list groovy
=================================
/usr/lib/groovy/1.7/bin/groovy
/usr/lib/groovy/1.8/bin/groovy
/usr/lib/groovy/1.9/bin/groovy
=================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment