mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-16 16:27:16 +10:00
988c31ebe13e3a2fd806bc2bf6cfbcc8ed8a2d66
Installing
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer )
Installing Go
gvm install 60.3
gvm use 60.3
Once this is done Go will be in the path and ready to use. $GOROOT is set automatically.
List Go Versions
To list all installed Go versions (The current version is prefixed with "=>"):
gvm list
Uninstalling
To completely remove gvm and all installed Go versions and packages:
gvm implode
Linux Requirements
sudo apt-get install curl
sudo apt-get install git
sudo apt-get install mercurial
sudo apt-get install make
sudo apt-get install binutils
sudo apt-get install bison
sudo apt-get install gcc
Languages
Shell
96.4%
Ruby
2.6%
Makefile
0.7%
M4
0.3%