Brew tutorials and examples

Mac brew (homebrew) – quick start guide

Many command line tools (e.g. wget, pstree) don’t come pre-installed on Mac. Homebrew is one of the easiest ways to install and manage these missing read more

Mac brew – how to find latest available package without installing

Find available packages on Mac using brew $ brew search [package name] $ brew search lua lua lua51 luabind luajit homebrew/emacs/lua-mode homebrew/nginx/lua-nginx-module homebrew/versions/lua53 Get info read more

Mac brew – how to relink installed binaries for a package

When brew installs a package, it also links the binary commands to brew prefix location. In case you have installed a package and for reason read more