nugawiki

./categories/os

macOS Homebrew

업데이트 2026-07-21 조회수

설치

xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew -v

주요 명령

목적명령
진단brew doctor
검색/설치/삭제brew search / brew install / brew uninstall
caskbrew install --cask <이름>
업그레이드brew outdatedbrew upgrade / brew upgrade <이름>
정리·목록·정보brew cleanup / brew list / brew info
삭제/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"

Trouble: OpenSSL 1.0.0 dylib

brew tap-new $USER/old-openssl
brew extract --version=1.0.2t openssl $USER/old-openssl
brew install openssl@1.0.2t
cd /usr/local/opt && mv openssl openssl_bak
ln -s ../Cellar/openssl@1.0.2t/1.0.2t openssl

./comments