Notepad/enter/Coding Tips (Classical)/Terminal Tips/System Client/OSX Apple Macbook/Package Managers/Homebrew.md

23 lines
492 B
Markdown

Ah, yes, the mac package installer I've used since converting from my chromebook linux machine. It continues to update though but make sure to update any errors of the like here as well.
Common commands:
List all installed formula and casks
```
brew list
```
Search if package exists on macports:
```
brew search --macports packagename
```
```
brew search --fink packagename
```
- percent of people using Mac versions
![[Pasted image 20230422215326.png]]
- I am part of the 1% here.