Difference between revisions of "Package Managers/Homebrew"

From Adam Meola - wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
I've used it over and over to install NVM on different systems, but a massive amount of open-source software is available:
 
I've used it over and over to install NVM on different systems, but a massive amount of open-source software is available:
  
===Installing===
+
===Installation===
 
If you've used the terminal before, this will be nice and easy.
 
If you've used the terminal before, this will be nice and easy.
  
Line 15: Line 15:
  
  
===Using===
+
===Usage===
<div style="width: auto; background-color: #f2f5fa; padding: 10px 0; border: 1px solid #dee5f1;  margin-bottom: 10px;">
+
====Installing====
<div style="width: 94%; position: relative; left: 3%;">
+
 
Note:
+
: 1) Take a look at the list of available "casks"
:Official Documentation at: https://brew.sh/
+
:: * https://formulae.brew.sh/cask/
</div>
+
: 2) Open your terminal
</div>
+
: 3) Type:
 +
:: <code>sadfasdfas</code>

Revision as of 17:17, 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:

Installation

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


Usage

Installing

1) Take a look at the list of available "casks"
* https://formulae.brew.sh/cask/
2) Open your terminal
3) Type:
sadfasdfas