Groovy enVironment Manager

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, supported platorms:

  • Linux
  • Mac OSX
  • Cygwin
  • Solaris
  • FreeBSD (with bash installed)

The intructions for installing CRaSH are available on the gvm site

Brew

Brew is the missing package manager for OS X, CRaSH is available as a Brew formula.

RPM

CRaSH can also be installed from RPMs.

Centos 6

Add Yum repository by editing repo file /etc/yum.repos.d/devops-incubator.repo

[home_henri_gomez_devops-incubator]
name=Devops Incubator Packages   (CentOS_CentOS-6)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/CentOS_CentOS-6/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/CentOS_CentOS-6/repodata/repomd.xml.key
enabled=1

Install CRaSH

sudo yum update
sudo yum install crash

Fedora 20

Add Yum repository by editing repo file /etc/yum.repos.d/devops-incubator.repo

[home_henri_gomez_devops-incubator]
name=Devops Incubator Packages   (Fedora_20)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/Fedora_20/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/Fedora_19/repodata/repomd.xml.key
enabled=1

Install CRaSH

sudo yum update
sudo yum install crash

openSUSE 13.1

Add Zypper repository by editing repo file /etc/zypp/repos.d/devops-incubator.repo

[home_henri_gomez_devops-incubator]
name=Devops Incubator Packages   (openSUSE_13.1)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/openSUSE_13.1/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/openSUSE_13.1/repodata/repomd.xml.key
enabled=1

Install CRaSH

sudo zypper ref
sudo zypper update
sudo zypper install crash