본문 바로가기
[OS]/MacOs

Homebrew 설치하기

by control+c 2020. 12. 16.
반응형

오랜만에 맥북 포맷 후 세팅

맥북 정보
macOs용 패키지 관리자 Homebrew 설치하기

1. brew.sh/index_ko 에 접속한다.

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

 

 2. 터미널을 켜고 brew.sh/index_ko에서 제공하는 설치 명령어를 넣기만 하면 된다.

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

3. xcode설치

중간에 xcode 설치가 있다. 그냥 기다리면 알아서 설치된다. 

......
Downloaded Command Line Tools for Xcode
Installing Command Line Tools for Xcode
Done with Command Line Tools for Xcode
Done.
==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
Password:
Sorry, try again.
Password:
//패스워드를 입력하면 설치를 계속 진행한다.

계속 놔두면 설치가 완료된다 .

약 20분이 걸렸다. 

//설치 확인
jojonari_macbook@baegjaehyeon-ui-MacBookPro ~ % brew
Example usage:
  brew search [TEXT|/REGEX/]
  brew info [FORMULA...]
  brew install FORMULA...
  brew update
  brew upgrade [FORMULA...]
  brew uninstall FORMULA...
  brew list [FORMULA...]

Troubleshooting:
  brew config
  brew doctor
  brew install --verbose --debug FORMULA

Contributing:
  brew create [URL [--no-fetch]]
  brew edit [FORMULA...]

Further help:
  brew commands
  brew help [COMMAND]
  man brew
  https://docs.brew.sh

//업데이트 시도
jojonari_macbook@baegjaehyeon-ui-MacBookPro ~ % brew update
Already up-to-date.

 

전체 설치 로그

Last login: Wed Dec 16 22:35:06 on ttys000
jojonari_macbook@baegjaehyeon-ui-MacBookPro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Password:
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following new directories will be created:
/usr/local/bin
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/sbin
/usr/local/share
/usr/local/var
/usr/local/opt
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var/homebrew
/usr/local/var/homebrew/linked
/usr/local/Cellar
/usr/local/Caskroom
/usr/local/Homebrew
/usr/local/Frameworks
==> The Xcode Command Line Tools will be installed.

Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
==> /usr/bin/sudo /usr/sbin/chown jojonari_macbook /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
==> /usr/bin/sudo /bin/mkdir -p /Users/jojonari_macbook/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/jojonari_macbook/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown jojonari_macbook /Users/jojonari_macbook/Library/Caches/Homebrew
==> Searching online for the Command Line Tools
==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> Installing Command Line Tools for Xcode-12.3
==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ for\ Xcode-12.3
Software Update Tool

Finding available software
Downloaded Command Line Tools for Xcode
Installing Command Line Tools for Xcode
Done with Command Line Tools for Xcode
Done.
==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
Password:
Sorry, try again.
Password:
==> /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools
==> Downloading and installing Homebrew...
remote: Enumerating objects: 52, done.
remote: Counting objects: 100% (52/52), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 165399 (delta 3), reused 52 (delta 3), pack-reused 165347
Receiving objects: 100% (165399/165399), 42.53 MiB | 6.53 MiB/s, done.
Resolving deltas: 100% (122587/122587), done.
From https://github.com/Homebrew/brew
 * [new branch]      dependabot/bundler/Library/Homebrew/rubocop-1.5.1 -> origin/dependabot/bundler/Library/Homebrew/rubocop-1.5.1
 * [new branch]      master                                            -> origin/master
 * [new branch]      xcode-12.3                                        -> origin/xcode-12.3
 * [new branch]      zsh-fpath-fixes                                   -> origin/zsh-fpath-fixes
 * [new tag]             0.1                                               -> 0.1
 * [new tag]             0.2                                               -> 0.2
 * [new tag]             0.3                                               -> 0.3
 * [new tag]             0.4                                               -> 0.4
 * [new tag]             0.5                                               -> 0.5
 * [new tag]             0.6                                               -> 0.6
 * [new tag]             0.7                                               -> 0.7
 * [new tag]             0.7.1                                             -> 0.7.1
 * [new tag]             0.8                                               -> 0.8
 * [new tag]             0.8.1                                             -> 0.8.1
 * [new tag]             0.9                                               -> 0.9
 * [new tag]             0.9.1                                             -> 0.9.1
 * [new tag]             0.9.2                                             -> 0.9.2
 * [new tag]             0.9.3                                             -> 0.9.3
 * [new tag]             0.9.4                                             -> 0.9.4
 * [new tag]             0.9.5                                             -> 0.9.5
 * [new tag]             0.9.8                                             -> 0.9.8
 * [new tag]             0.9.9                                             -> 0.9.9
 * [new tag]             1.0.0                                             -> 1.0.0
 * [new tag]             1.0.1                                             -> 1.0.1
 * [new tag]             1.0.2                                             -> 1.0.2
 * [new tag]             1.0.3                                             -> 1.0.3
 * [new tag]             1.0.4                                             -> 1.0.4
 * [new tag]             1.0.5                                             -> 1.0.5
 * [new tag]             1.0.6                                             -> 1.0.6
 * [new tag]             1.0.7                                             -> 1.0.7
 * [new tag]             1.0.8                                             -> 1.0.8
 * [new tag]             1.0.9                                             -> 1.0.9
 * [new tag]             1.1.0                                             -> 1.1.0
 * [new tag]             1.1.1                                             -> 1.1.1
 * [new tag]             1.1.10                                            -> 1.1.10
 * [new tag]             1.1.11                                            -> 1.1.11
 * [new tag]             1.1.12                                            -> 1.1.12
 * [new tag]             1.1.13                                            -> 1.1.13
 * [new tag]             1.1.2                                             -> 1.1.2
 * [new tag]             1.1.3                                             -> 1.1.3
 * [new tag]             1.1.4                                             -> 1.1.4
 * [new tag]             1.1.5                                             -> 1.1.5
 * [new tag]             1.1.6                                             -> 1.1.6
 * [new tag]             1.1.7                                             -> 1.1.7
 * [new tag]             1.1.8                                             -> 1.1.8
 * [new tag]             1.1.9                                             -> 1.1.9
 * [new tag]             1.2.0                                             -> 1.2.0
 * [new tag]             1.2.1                                             -> 1.2.1
 * [new tag]             1.2.2                                             -> 1.2.2
 * [new tag]             1.2.3                                             -> 1.2.3
 * [new tag]             1.2.4                                             -> 1.2.4
 * [new tag]             1.2.5                                             -> 1.2.5
 * [new tag]             1.2.6                                             -> 1.2.6
 * [new tag]             1.3.0                                             -> 1.3.0
 * [new tag]             1.3.1                                             -> 1.3.1
 * [new tag]             1.3.2                                             -> 1.3.2
 * [new tag]             1.3.3                                             -> 1.3.3
 * [new tag]             1.3.4                                             -> 1.3.4
 * [new tag]             1.3.5                                             -> 1.3.5
 * [new tag]             1.3.6                                             -> 1.3.6
 * [new tag]             1.3.7                                             -> 1.3.7
 * [new tag]             1.3.8                                             -> 1.3.8
 * [new tag]             1.3.9                                             -> 1.3.9
 * [new tag]             1.4.0                                             -> 1.4.0
 * [new tag]             1.4.1                                             -> 1.4.1
 * [new tag]             1.4.2                                             -> 1.4.2
 * [new tag]             1.4.3                                             -> 1.4.3
 * [new tag]             1.5.0                                             -> 1.5.0
 * [new tag]             1.5.1                                             -> 1.5.1
 * [new tag]             1.5.10                                            -> 1.5.10
 * [new tag]             1.5.11                                            -> 1.5.11
 * [new tag]             1.5.12                                            -> 1.5.12
 * [new tag]             1.5.13                                            -> 1.5.13
 * [new tag]             1.5.14                                            -> 1.5.14
 * [new tag]             1.5.2                                             -> 1.5.2
 * [new tag]             1.5.3                                             -> 1.5.3
 * [new tag]             1.5.4                                             -> 1.5.4
 * [new tag]             1.5.5                                             -> 1.5.5
 * [new tag]             1.5.6                                             -> 1.5.6
 * [new tag]             1.5.7                                             -> 1.5.7
 * [new tag]             1.5.8                                             -> 1.5.8
 * [new tag]             1.5.9                                             -> 1.5.9
 * [new tag]             1.6.0                                             -> 1.6.0
 * [new tag]             1.6.1                                             -> 1.6.1
 * [new tag]             1.6.10                                            -> 1.6.10
 * [new tag]             1.6.11                                            -> 1.6.11
 * [new tag]             1.6.12                                            -> 1.6.12
 * [new tag]             1.6.13                                            -> 1.6.13
 * [new tag]             1.6.14                                            -> 1.6.14
 * [new tag]             1.6.15                                            -> 1.6.15
 * [new tag]             1.6.16                                            -> 1.6.16
 * [new tag]             1.6.17                                            -> 1.6.17
 * [new tag]             1.6.2                                             -> 1.6.2
 * [new tag]             1.6.3                                             -> 1.6.3
 * [new tag]             1.6.4                                             -> 1.6.4
 * [new tag]             1.6.5                                             -> 1.6.5
 * [new tag]             1.6.6                                             -> 1.6.6
 * [new tag]             1.6.7                                             -> 1.6.7
 * [new tag]             1.6.8                                             -> 1.6.8
 * [new tag]             1.6.9                                             -> 1.6.9
 * [new tag]             1.7.0                                             -> 1.7.0
 * [new tag]             1.7.1                                             -> 1.7.1
 * [new tag]             1.7.2                                             -> 1.7.2
 * [new tag]             1.7.3                                             -> 1.7.3
 * [new tag]             1.7.4                                             -> 1.7.4
 * [new tag]             1.7.5                                             -> 1.7.5
 * [new tag]             1.7.6                                             -> 1.7.6
 * [new tag]             1.7.7                                             -> 1.7.7
 * [new tag]             1.8.0                                             -> 1.8.0
 * [new tag]             1.8.1                                             -> 1.8.1
 * [new tag]             1.8.2                                             -> 1.8.2
 * [new tag]             1.8.3                                             -> 1.8.3
 * [new tag]             1.8.4                                             -> 1.8.4
 * [new tag]             1.8.5                                             -> 1.8.5
 * [new tag]             1.8.6                                             -> 1.8.6
 * [new tag]             1.9.0                                             -> 1.9.0
 * [new tag]             1.9.1                                             -> 1.9.1
 * [new tag]             1.9.2                                             -> 1.9.2
 * [new tag]             1.9.3                                             -> 1.9.3
 * [new tag]             2.0.0                                             -> 2.0.0
 * [new tag]             2.0.1                                             -> 2.0.1
 * [new tag]             2.0.2                                             -> 2.0.2
 * [new tag]             2.0.3                                             -> 2.0.3
 * [new tag]             2.0.4                                             -> 2.0.4
 * [new tag]             2.0.5                                             -> 2.0.5
 * [new tag]             2.0.6                                             -> 2.0.6
 * [new tag]             2.1.0                                             -> 2.1.0
 * [new tag]             2.1.1                                             -> 2.1.1
 * [new tag]             2.1.10                                            -> 2.1.10
 * [new tag]             2.1.11                                            -> 2.1.11
 * [new tag]             2.1.12                                            -> 2.1.12
 * [new tag]             2.1.13                                            -> 2.1.13
 * [new tag]             2.1.14                                            -> 2.1.14
 * [new tag]             2.1.15                                            -> 2.1.15
 * [new tag]             2.1.16                                            -> 2.1.16
 * [new tag]             2.1.2                                             -> 2.1.2
 * [new tag]             2.1.3                                             -> 2.1.3
 * [new tag]             2.1.4                                             -> 2.1.4
 * [new tag]             2.1.5                                             -> 2.1.5
 * [new tag]             2.1.6                                             -> 2.1.6
 * [new tag]             2.1.7                                             -> 2.1.7
 * [new tag]             2.1.8                                             -> 2.1.8
 * [new tag]             2.1.9                                             -> 2.1.9
 * [new tag]             2.2.0                                             -> 2.2.0
 * [new tag]             2.2.1                                             -> 2.2.1
 * [new tag]             2.2.10                                            -> 2.2.10
 * [new tag]             2.2.11                                            -> 2.2.11
 * [new tag]             2.2.12                                            -> 2.2.12
 * [new tag]             2.2.13                                            -> 2.2.13
 * [new tag]             2.2.14                                            -> 2.2.14
 * [new tag]             2.2.15                                            -> 2.2.15
 * [new tag]             2.2.16                                            -> 2.2.16
 * [new tag]             2.2.17                                            -> 2.2.17
 * [new tag]             2.2.2                                             -> 2.2.2
 * [new tag]             2.2.3                                             -> 2.2.3
 * [new tag]             2.2.4                                             -> 2.2.4
 * [new tag]             2.2.5                                             -> 2.2.5
 * [new tag]             2.2.6                                             -> 2.2.6
 * [new tag]             2.2.7                                             -> 2.2.7
 * [new tag]             2.2.8                                             -> 2.2.8
 * [new tag]             2.2.9                                             -> 2.2.9
 * [new tag]             2.3.0                                             -> 2.3.0
 * [new tag]             2.4.0                                             -> 2.4.0
 * [new tag]             2.4.1                                             -> 2.4.1
 * [new tag]             2.4.10                                            -> 2.4.10
 * [new tag]             2.4.11                                            -> 2.4.11
 * [new tag]             2.4.12                                            -> 2.4.12
 * [new tag]             2.4.13                                            -> 2.4.13
 * [new tag]             2.4.14                                            -> 2.4.14
 * [new tag]             2.4.15                                            -> 2.4.15
 * [new tag]             2.4.16                                            -> 2.4.16
 * [new tag]             2.4.2                                             -> 2.4.2
 * [new tag]             2.4.3                                             -> 2.4.3
 * [new tag]             2.4.4                                             -> 2.4.4
 * [new tag]             2.4.5                                             -> 2.4.5
 * [new tag]             2.4.6                                             -> 2.4.6
 * [new tag]             2.4.7                                             -> 2.4.7
 * [new tag]             2.4.8                                             -> 2.4.8
 * [new tag]             2.4.9                                             -> 2.4.9
 * [new tag]             2.5.0                                             -> 2.5.0
 * [new tag]             2.5.1                                             -> 2.5.1
 * [new tag]             2.5.10                                            -> 2.5.10
 * [new tag]             2.5.11                                            -> 2.5.11
 * [new tag]             2.5.12                                            -> 2.5.12
 * [new tag]             2.5.2                                             -> 2.5.2
 * [new tag]             2.5.3                                             -> 2.5.3
 * [new tag]             2.5.4                                             -> 2.5.4
 * [new tag]             2.5.5                                             -> 2.5.5
 * [new tag]             2.5.6                                             -> 2.5.6
 * [new tag]             2.5.7                                             -> 2.5.7
 * [new tag]             2.5.8                                             -> 2.5.8
 * [new tag]             2.5.9                                             -> 2.5.9
 * [new tag]             2.6.0                                             -> 2.6.0
 * [new tag]             2.6.1                                             -> 2.6.1
 * [new tag]             2.6.2                                             -> 2.6.2
HEAD is now at 8520316ea Merge pull request #10034 from SeekingMeaning/find-ruby-silent
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (35/35), done.
remote: Total 857089 (delta 27), reused 31 (delta 14), pack-reused 857040
Receiving objects: 100% (857089/857089), 340.37 MiB | 12.10 MiB/s, done.
Resolving deltas: 100% (578499/578499), done.
Updating files: 100% (5658/5658), done.
Tapped 2 commands and 5382 formulae (5,683 files, 373.5MB).
Already up-to-date.
==> Installation successful!

==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
  https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this `install` run).

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations

==> Next steps:
- Run `brew help` to get started
- Further documentation: 
    https://docs.brew.sh
jojonari_macbook@baegjaehyeon-ui-MacBookPro ~ % 

 

반응형

댓글