Install golang-go to Ubuntu

本文介绍了在Debian及其衍生系统如Ubuntu上安装Go语言的方法。包括使用官方包、第三方PPA及snaps等不同方式,并提供了针对不同Ubuntu版本的具体步骤。

The Go project's official download page is at https://golang.org/dl/.

There are some other options for Debian based systems like Ubuntu. These packages were not created by the Go project, and we don't support them, but they may be useful for you.

Try:

$ sudo apt-get install golang-go If that's too old for you, try:

$ sudo add-apt-repository ppa:gophers/archive $ sudo apt-get update $ sudo apt-get install golang-1.10-go Note that golang-1.10-go puts binaries in /usr/lib/go-1.10/bin. If you want them on your PATH, you need to make that change yourself.

Using snaps also works quite well:

This will give you the latest version of go

$ snap install --classic go A restart is required for the command to be recognized.

If you're using Ubuntu 16.04 LTS and are unable to install golang-1.10-go, then you can also use the longsleep/golang-backports PPA:

sudo add-apt-repository ppa:longsleep/golang-backports sudo apt-get update sudo apt-get install golang-go

https://github.com/golang/go/wiki/Ubuntu

转载于:https://my.oschina.net/qwfys200/blog/1831457

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值