Go语言下载地址:https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz
安装:
1,以root身份在shell里执行: tar -C /usr/local -xzf go1.5.1.linux-amd64.tar.gz
2,以root身份在shell里执行:gedit /etc/environment ,随后在打开的环境变量文本末尾加入“:usr/local/go/bin”。
测试:
1,以root身份在shell里执行:go ,如果安装和配置正确,则会提示用户如何使用go。
2,以普通用户身份在shell里执行:go ,如果安装和配置正确,则会提示用户如何使用go。
3,重启后,执行上面两项测试,如果依然正常,那么我们在ubuntu14.10里面就成功安装和配置Go语言了!
如何为Linux安装Go语言:http://www.linuxdiyf.com/linux/14241.html
Linux系统入门学习-在Linux中安装Go语言:http://www.linuxdiyf.com/linux/8571.html
在Ubuntu里面安装go语言开发环境:http://www.linuxdiyf.com/linux/8903.html