Homebrew

April 30, 2018

Installing HomeBrew

When you get a new MAC, it’s recommended to install HomeBrew first.

HomeBrew is a package manager for Mac that makes it easy to install UNIX tools and software not included in macOS.

Installing HomeBrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Verifying HomeBrew Installation

After installing HomeBrew, run the following command in Terminal to verify the installation:

brew doctor

Reference Links

Article Title: Homebrew

Author:

Published: April 30, 2018

Copyright: This article is licensed under CC BY-NC-SA 4.0 . Please keep attribution when reusing.

Related Posts

12/31/2021

Sublime Text Keyboard Shortcuts

Master Common Sublime Text Keyboard Shortcuts to Boost Mac Programming Efficiency! Covers file, function, and line number navigation, editor configuration optimization, and includes registration code sharing—helping you get started quickly and develop more efficiently.

1/1/2022

Alfred

Master Alfred's file search techniques: quickly open a file with 'open+filename', or locate its directory with 'find+filename'—boost your Mac productivity.

9/15/2015

Virtual Machine

A comprehensive guide to installing virtual machines on Mac using VMware Fusion and Parallels Desktop, including Ubuntu system installation, configuration optimization, and solutions for small icons and fonts in Windows 7, helping you efficiently manage your virtual environment.

Comments