blob: d7560ad7736f87e0f4567a0e98d1c09be490fa5a [file] [log] [blame] [view]
Matt Holtaf843d32015-06-11 13:37:21 -06001## Install package `golang`
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11002
Matt Holtaf843d32015-06-11 13:37:21 -06003The `golang` Debian package may have already made its way into your Ubuntu distribution. Try this:
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11004
5```
Matt Holtaf843d32015-06-11 13:37:21 -06006$ sudo apt-get install golang
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11007```
8
Matt Holtaf843d32015-06-11 13:37:21 -06009That is all you need to get `go` working on your system. (You can use `go env GOROOT` to be sure where the Go files are, if you're curious.) Don't forget to create your GOPATH.
10
COLABORATIc674ec42015-04-22 13:05:21 +020011
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110012## If that didn't work
13
Matt Holtaf843d32015-06-11 13:37:21 -060014See http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go
wrsgd606dbe2015-03-16 23:01:17 +000015