Updated Ubuntu (markdown)

世外桃源 2016-10-14 01:32:02 +08:00
parent 2ed81e5129
commit c6bf79c6d0

@ -23,12 +23,11 @@ Using the GVM for installation and compile natively.
## compile native ## compile native
http://www.hostingadvice.com/how-to/install-golang-on-ubuntu/ http://www.hostingadvice.com/how-to/install-golang-on-ubuntu/
## How to uninstall from the apt manager Uninstall just golang-go ## How to uninstall from the apt manager Uninstall just golang-go from [Universe](http://installion.co.uk/ubuntu/vivid/universe/index.html)
### This will remove just the golang-go package itself. ### This will remove just the golang-go package itself.
`sudo apt-get remove golang-go` `sudo apt-get remove golang-go`
### Uninstall golang-go and its dependencies ### Uninstall golang-go and its dependencies
`sudo apt-get remove --auto-remove golang-go` `sudo apt-get remove --auto-remove golang-go`