Linuxbrew
homebrew の Linux用の fork。確かにhomebrew 便利だよなぁ、と思いつつ、distributionごとの差はどう埋め合わすんだろう。
goとかrustとかstaticにビルドされたコマンドのパッケージには良い? rust はよく知らんけど。
インストール方法
/home/linuxbrew 配下にインストールする。 ユーザーのパスワードを聞かれるので、ubuntu を使っている場合は sudo passwd [username] など予めパスワードを設定しておく。
code:shell
sudo apt install build-essential curl file git
code:shell
test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile