I'm a new user to Ubuntu! so I need your help. How do I install Java and Groovy in Ubuntu?? Please give step by step instructions.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

This really couldn't be simpler in Ubuntu. First open a terminal window:

Applications->Accessories->Terminal

then in the window that comes up type:

user@computer:~$ sudo apt-get install groovy

Enter your password when it asks for it, and enter Y when it asks you if you want to continue.

Groovy will download, along with all its requirements (including Java) and install automatically.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.