mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated Ubuntu (markdown)
parent
4bd9b432c2
commit
3bae9f6368
@ -2,6 +2,14 @@
|
||||
>
|
||||
> After downloading a binary release suitable for your system, you can install go by following the official installation instructions at [https://golang.org/doc/install](https://golang.org/doc/install#install).
|
||||
|
||||
Using Google's (the creator of Golang) Installer:
|
||||
--
|
||||
cd ~
|
||||
curl -O https://storage.googleapis.com/golang/getgo/installer_linux
|
||||
chmod 700 installer_linux
|
||||
./installer_linux
|
||||
mv .go /usr/local/go
|
||||
|
||||
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.
|
||||
|
||||
If you're using Ubuntu 18.04 LTS or 19.10 on amd64, arm64, armhf or i386, then you can use the `longsleep/golang-backports` PPA and install Go 1.14.
|
||||
|
Loading…
x
Reference in New Issue
Block a user