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
+9.2k Golang : Handle sub domain with Gin
+19.5k Golang : Get host name or domain name from IP address
+16.6k Golang : Get IP addresses of a domain name
+14.8k Golang : Reset buffer example
+4.5k Linux/MacOSX : Search and delete files by extension
+17k Golang : read gzipped http response
+7k Nginx : Password protect a directory/folder
+16.1k Golang : Read large file with bufio.Scanner cause token too long error
+9.5k Facebook : Getting the friends list with PHP return JSON format
+5.9k Golang : ROT32768 (rotate by 0x80) UTF-8 strings example
+20.4k Golang : Compare floating-point numbers
+6.5k CodeIgniter : form input set_value cause " to become & quot