Mac OSX : Homebrew and Golang
This is a different version of the tutorial for removing Go from Mac. In this tutorial, we will learn how to install Go with Homebrew and uninstall Go with Homebrew.
these commands will install brew on your Mac
- Open a terminal on your Mac OSX
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- brew doctor
- brew update && brew upgrade
this command will install Go on your Mac
- brew install go
and this command will uninstall Go
- brew uninstall go
Note : Homebrew is the missing internal organ that Mac OSX suppose to have. Check out Homebrew at brew.sh
See also : Uninstall Go from Mac
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+6.2k Golang : Build new URL for named or registered route with Gorilla webtoolkit example
+7.5k Linux : How to fix Brother HL-1110 printing blank page problem
+9.9k Golang : Format strings to SEO friendly URL example
+11.3k Google Maps URL parameters configuration
+11k Golang : Sieve of Eratosthenes algorithm
+12k Golang : Convert(cast) bigint to string
+14.3k Golang : Fix image: unknown format error
+3.9k Golang : Switch Redis database redis.NewClient
+8.1k Setting $GOPATH environment variable for Unix/Linux and Windows
+8.3k Golang : Reverse text lines or flip line order example
+6.9k Golang : Calculate pivot points for a cross
+6.1k Golang : Compound interest over time example