wsl --install -d Ubuntu-20.04
만일 WSL2로 설치되어 있지 않을 경우
wsl --set-version Ubuntu 2
이후 아래 코드 진행
sudo apt update sudo apt upgrade