June 2nd 2026 - How to Install Linux on Windows Through WSL
This works on Windows 10 and 11.
Install wsl using the PowerShell program:
wsl --install
- Restart your computer.
See which distros are available for installation:
wsl --list --online
Install the distro of your choice:
wsl --install -d [distro]
- Follow distro installation instructions.