snippetgoCritical
How to install the current version of Go in Ubuntu Precise
Viewed 0 times
precisehowinstallthecurrentubuntuversion
Problem
Running
sudo apt-get install golang-stable, I get Go version go1.0.3. Is there any way to install go1.1.1?Solution
[Updated (previous answer no longer applied)]
For fetching the latest version:
Also see the wiki
For fetching the latest version:
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-goAlso see the wiki
Code Snippets
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-goContext
Stack Overflow Q#17480044, score: 182
Revisions (0)
No revisions yet.