Install Homebrew (BREW) on Mac OS X
Homebrew is a package management software, and it is free/open source on Mac OS X. Homebrew is written in Ruby Language. It is by default installed at
/usr/local
path. Ok, no need ‘bla bla bla…‘
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
Uses of Homebrew
Using Homebrew we can install/uninstall or update the following software on Mac OS X. Not only this things, it’s more…
- Python
- Wget
- Eclipse
- PyDev
- Imagemagick
- Postgresql
- And so on…
How to use Homebrew for Install software?
It’s simple,
- brew install [software-keyword]
For Example, brew install postgresql
How to use Homebrew for Un-install software?
It’s Just,
- brew uninstall [software-keyword]
For Example, brew uninstall postgresql
How to use Homebrew for Upgrade software?
It’s Just,
- brew upgrade [software-keyword]
For Example, brew upgrade postgresql
Homebrew Cask which is an external command allowing installation of GUI applications, as well as “taps” dedicated to specific areas or programming languages like Homebrew PHP. For more
How to Install Homebrew (BREW) on Mac OS X?
Latest posts by KarSho (see all)
- Step to Install JOOMLA in WAMP Localhost - March 30, 2020
- ‘Your Projects’ Links Not working in WAMP Server - March 29, 2020