Brew

packages apple left out of Mac OS

List of Homebrew packages generated INCORRECTLY from :
brew option --all

> brew help
Example usage:
brew search [text|/regex/]
brew (info|home|options) [formula]

info
% brew info
0 kegs, 64B
info
brew info smartmontools: stable 6.5 (bottled)
SMART hard drive monitoring
https://www.smartmontools.org/
/usr/local/Cellar/smartmontools/6.5 (31 files, 1.7M) *
  Poured from bottle on 2016-11-28 at 11:46:35
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/smartmontools.rb
home browse web page

brew install formula …
brew update
brew upgrade [FORMULA...]
brew uninstall FORMULA...
brew list [FORMULA...]

Troubleshooting:
brew config
brew doctor
brew install -vd formula
Developers:
brew create
   [URL [--no-fetch]]
brew edit [FORMULA...]
Formula-Cookbook
Further help:
man brew
brew help [COMMAND]
brew home

Sample install:
 > /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following new directories will be created:
/usr/local/Cellar
/usr/local/Homebrew
/usr/local/Frameworks
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/opt
/usr/local/sbin
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var

Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /usr/local/Cellar …
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/Cellar …
==> /usr/bin/sudo /bin/chmod u+rwx share/zsh share/zsh/site-functions
==> /usr/bin/sudo /usr/sbin/chown uname /usr/local/Cellar …
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/Cellar …
==> /usr/bin/sudo /bin/mkdir -p /Users/uname/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/uname/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown uname /Users/uname/Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 3385, done.
remote: Compressing objects: 100% (2401/2401), done.
remote: Total 3385 (delta 1553), reused 2159 (delta 850), pack-reused 0
Receiving objects: 100% (3385/3385), 2.17 MiB | 3.01 MiB/s, done.
Resolving deltas: 100% (1553/1553), done.
From https://github.com/Homebrew/brew
 * [new branch]      master     -> origin/master
 * [new tag]         0.1        -> 0.1
 * [new tag]         0.2        -> 0.2
…
 * [new tag]         1.0.6      -> 1.0.6
 * [new tag]         1.0.7      -> 1.0.7
HEAD is now at bb96fd7 Merge pull request #1255 from akirk/patch-1
==> Homebrew has enabled anonymous aggregate user behaviour analytics
Read the analytics documentation (and how to opt-out) here:
  https://git.io/brew-analytics
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 3729, done.
remote: Compressing objects: 100% (3619/3619), done.
remote: Total 3729 (delta 11), reused 320 (delta 1), pack-reused 0
Receiving objects: 100% (3729/3729), 2.99 MiB | 2.98 MiB/s, done.
Resolving deltas: 100% (11/11), done.
Tapped 3608 formulae (3,757 files, 9.3M)
Already up-to-date.
==> Installation successful!
==> Next steps
Run `brew help` to get started
Further documentation: https://git.io/brew-docs
Create a personal access token: and then set the token as: export HOMEBREW_GITHUB_API_TOKEN="your_new_token"