Setup WSL 2 on Windows 10 and install Ubuntu
Setup Windows with WSL2 and Ubuntu
Original Source : https://docs.microsoft.com/en-us/windows/wsl/install-win10
1. Check windows version should be Version 1903, Build 18362 or higher.
in CMD:
# systeminfo
2. Search “turn windows features on”
3. Enable “Windows subsytem for linux” and “Virtual Machine Platform”
4. Download “https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi”
5. Powershell or CMD:
# wsl –set-default-version 2
ubuntu