環境構築としてUbuntuのセットアップについて記録しておく
1.PowerShellの起動
※PawerShellがインストールされていない場合はインストールを行う
https://learn.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4
2.wslインストール
wsl --install
3.Ubuntuディストリビューションをインストールし、usernameとpasswordを設定
wsl --install Ubuntu
4.更新・日本語化
sudo apt update
sudo apt upgrade
sudo apt install language-pack-ja
sudo update-locale LANG=ja_JP.utf8
sudo apt install manpages-ja manpages-ja-dev