09. Installing Go
- 1.
- 2.
- 3.
- 1.Install Go using Bash shell
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install golang-go
2. Install VS Code from software center
Open new terminal window and type in below command to verify Go is installed successfully.
go version
This should output current installed go version.
Last modified 3yr ago