Updated Ubuntu (markdown)

世外桃源 2016-10-14 09:53:58 +08:00
parent 4f600cdea2
commit cd35be262b

@ -35,7 +35,8 @@ http://www.hostingadvice.com/how-to/install-golang-on-ubuntu/
`sudo apt-get purge golang-go` or `sudo apt-get purge --auto-remove golang-go` `sudo apt-get purge golang-go` or `sudo apt-get purge --auto-remove golang-go`
### install for 1.7.1 ### install for 1.7.1
check this out. http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-go-1-7-ubuntu-16-04-14-04-centos-7-fedora-24.html I recommend to check out this [note](http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-go-1-7-ubuntu-16-04-14-04-centos-7-fedora-24.html).
### Download the package ### Download the package
`wget https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz` `wget https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz`
### extract the package ### extract the package