From c6bf79c6d04b9c5ec79dbb9179966684adfe53de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E5=A4=96=E6=A1=83=E6=BA=90?= Date: Fri, 14 Oct 2016 01:32:02 +0800 Subject: [PATCH] Updated Ubuntu (markdown) --- Ubuntu.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ubuntu.md b/Ubuntu.md index 70b691d3..23003ebb 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -23,12 +23,11 @@ Using the GVM for installation and compile natively. ## compile native 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. `sudo apt-get remove golang-go` - ### Uninstall golang-go and its dependencies `sudo apt-get remove --auto-remove golang-go`