It's a pleasure to use Yum or apt-get to install software online for people who are accustomed to Linux systems. These tools can solve dependency problems. Makes the installation process simple and fast.
When using a Mac, you also think: Is there a similar software on Mac OS? Often investigation found that there is a similar software brew, also known as homebrew. We will describe the installation and usage of the software in detail below.
1. Installation
Brew is very easy to install, just need to enter a ruby command such as the following in the command line (MAC OS supports Ruby by default):
Ruby-e "$ (curl-fssl https://raw.github.com/Homebrew/homebrew/go/install)"
so the installation is complete, the whole process is not very easy. 2. Use
Brew is very similar to apt-get, and install means installation. Update indicates updates, uninstall means delete. So for people accustomed to linu operation, very easy to get started.
Face Reading specifically describes some of the operations that are often used.
To view installed packages:
Brew List
To install the package:
Brew Install Package
To uninstall a package:
Brew Uninstall Package
To find a package:
Brew search/wge*/
Here wge* is a regular form that needs to be included in//.
Update package
Brew Upgrade Package
Here are just a few of the frequently used command parameters, which you can use to view specific usage situations, using "Man Brew".
Installation and use of the class Apt-get tool brew on Mac