1 2 3 4 5 6 7 | sudo apt update && sudo apt upgrade -y sudo apt install build-essential curl file git -y sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >>~/.profile source ~/.profile brew doctor brew install hello |
補足。 WSL を再インストール (状態に) する手順
冒頭のコマンドで大丈夫か、確認するために WSL を再インストールしたいと思いました。そこまでしなくとも、同じ状態にできました♪
おわりに
を受けて、 WSL へ Homebrew をインストールする手順を見直しました。
これで Vim もインストールできましたし、大丈夫でしょう♪
以上です。