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
+21.4k Golang : Setting up/configure AWS credentials with official aws-sdk-go
+11.3k Golang : Change date format to yyyy-mm-dd
+11.1k Golang : Find age or leap age from date of birth example
+17k Google Chrome : Your connection to website is encrypted with obsolete cryptography
+18.6k Golang : Check whether a network interface is up on your machine
+6.8k Restart Apache or Nginx web server without password prompt
+34.9k Golang : Integer is between a range
+6.1k Unix/Linux : Use netstat to find out IP addresses served by your website server
+17.5k Golang : Login and logout a user after password verification and redirect example
+11.9k Golang : flag provided but not defined error
+4.8k Linux : How to set root password in Linux Mint
+17.7k Golang : Convert IPv4 address to decimal number(base 10) or integer