develog

[mac] brew cask, tap 본문

카테고리 없음

[mac] brew cask, tap

냐옴 2023. 4. 6. 22:35

cask

## cask 설치하기
$ brew install cask

## cask 로 애플리케이션 설치하기
$ brew install --cask atom

## cask 로 설치한 애플리케이션 조회
$ brew list --cask

 

tap

- homebrew 리포지토리를 관리한다

## 설치된 repository 리스트 조회
$ brew tap
arthurk/virt-manager
homebrew/cask
homebrew/core
homebrew/services
mongodb/brew
Comments