ubuntu安装go

leonpengweicn · · 3338 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

1,源码编译


apt-get update;

apt-get install -y gcc libc6-dev;
apt-get install -y mercurial;

apt-get install -y git;

hg clone -u release https://code.google.com/p/go;
cd go/src && ./all.bash;


2,apt-get 安装

I found a repo that has the latest versions: https://launchpad.net/~duh/+archive/golang/+packages. So basically do:

sudo apt-get install python-software-properties  # 12.04
sudo add-apt-repository ppa:duh/golang
sudo apt-get update
sudo apt-get install golang

To confirm:

go version

which outputs in my case (Ubuntu precise)

go version go1.1.1 linux/amd64

From there just export the settings you're gonna need to bash_rc or equivalent:

export GOROOT=/usr/lib/go
export GOBIN=/usr/bin/go


有疑问加站长微信联系(非本文作者)

本文来自:CSDN博客

感谢作者:leonpengweicn

查看原文:ubuntu安装go

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3338 次点击  
加入收藏 微博
上一篇:初识Go(8)
下一篇:golang的package
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传