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/29/2018

Ulysses: The Ideal Writing Software

Explore Ulysses—the ideal writing software crafted for Mac users. Master its unique Markdown editing techniques, such as precise text bolding and line break handling, to enhance your writing efficiency and experience.

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