Difference between revisions of "Package Managers/Homebrew"

From Adam Meola - wiki
Jump to navigation Jump to search
(Created page with "== Homebrew== ==="The Missing Package Manager for macOS (or Linux)"=== This is probably the most popular package manager for developers on Mac. I've used it over and over to...")
 
Line 13: Line 13:
 
:: * This uses the curl command to pull the latest installation script from Github, and executes it on your system.
 
:: * This uses the curl command to pull the latest installation script from Github, and executes it on your system.
 
: 3) Hit Enter
 
: 3) Hit Enter
 +
 +
 +
===Using===
 +
<div style="width: 94%; position: relative; left: 3%;">
 +
Note:
 +
:Official Documentation at: https://brew.sh/
 +
</div>
 +
</div>

Revision as of 17:11, 17 September 2020

Homebrew

"The Missing Package Manager for macOS (or Linux)"

This is probably the most popular package manager for developers on Mac.

I've used it over and over to install NVM on different systems, but a massive amount of open-source software is available:

Installing

If you've used the terminal before, this will be nice and easy.

1) Go here: https://brew.sh/
2) Paste the line of code from the site into a terminal
* This uses the curl command to pull the latest installation script from Github, and executes it on your system.
3) Hit Enter


Using

Note:

Official Documentation at: https://brew.sh/