728x90
Windows 10에 WSL(Linux용 Windows 하위 시스템) 설치
Bash 터미널을 사용하여 Linux 배포(Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin 및 Alpine 포함)를 Windows 10 머신에 설치하는 방법을 알아봅니다.
docs.microsoft.com
1. Open powershell as administrater
2.
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
3.
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
4. Reboot - 중요!!
5. 아래 설치
6. wsl --set-default-version 2
7. 선택한 Linux 배포 설치
-
Microsoft Store를 열고 즐겨 찾는 Linux 배포를 선택합니다.