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

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.

12/31/2021

OmniFocus

In-depth Analysis of OmniFocus Project and Task Management Techniques on Mac, Covering Infinite-Level Projects, Folder Grouping, and Secure Sync Solutions, to Help You Efficiently Implement the GTD Methodology.

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.

Comments