Windows Subsystem for Linux (WSL) | Ubuntu
Window11 에서 WSL 설치하기 초간단! 짱쉬움!
sudo apt update
sudo apt install unzip
curl --proto '=https' --tlsv1.2 -sSf <https://desktop-release.codewhisperer.us-east-1.amazonaws.com/latest/q-x86_64-linux-musl.zip> -o q.zip
unzip q.zip
cd q
chmod +x install.sh
./install.sh
q login
q