diff --git a/Ubuntu.md b/Ubuntu.md index c6bc0f7d..d7560ad7 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -1,16 +1,15 @@ -## Install package ` golang ` +## Install package `golang` -The ` golang ` Debian package may have already made its way into your Ubuntu distribution. Try this: +The `golang` Debian package may have already made its way into your Ubuntu distribution. Try this: ``` - sudo apt-get install golang +$ sudo apt-get install golang ``` +That 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. + ## If that didn't work -The ppa repository that was described here does not exist anymore, see -http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go - -Anybody had to remove this irritating and obsolete information, so I did it. +See http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go