Getting-Started with GVM for Ubuntu
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Groovy enVironment Manager on Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux.
GVM is a tool for managing parallel Versions of multiple Software Development Kits on most Unix based systems.
It provides a convenient command line interface for installing, switching, removing and listing Candidates.
GVM is written in bash and only depends on curl and unzip to be available on your system.
-
Open a Command Line Terminal Window
Ctrl+Alt+t
(Press “Enter” to Execute Commands) -
Installing GVM for Ubuntu.
curl -s get.gvmtool.net | bash
source "$HOME/.gvm/bin/gvm-init.sh"
-
Testing GVM Setup.
gvm help
-
Getting-Started Managing Grails Versions with GVM.