使い方
Homebrew をインストールする。
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
ヘルプを表示する。
$ brew help
参考:
Linux (CentOS) に Homebrew on Linux (Linuxbrew) をインストールするまで – Qiita
Homebrew on Linux | Homebrew Documentation [Official]
Install Homebrew | Homebrew [Official]
WSL で Homebrew を使う
WSL 上の CentOS に Homebrew をインストールする。
$ sudo yum install git $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" $ echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >> ~/.bash_profile $ exec $SHELL -l $ brew doctor $ brew help
参考:
WSL2 へ homebrew をインストールする | だんねの小部屋
Windows 10 の WSL で brew コマンドを使う | Developers.IO
Windows の WSL2 な Ubuntu に homebrew をインストールする | らくがきちょう (sig9.hatenablog.com)