mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
General cleanup (minor changes)
parent
47d8bf70f9
commit
af843d362b
13
Ubuntu.md
13
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user