Install WSL
Learn how to install WSL (Windows Subsystem for Linux) using the terminal
The Windows Subsystem for Linux lets developers run a GNU/Linux environment directly on Windows. The latest version is WSL 2, which powers the Windows Subsystem for Linux to run ELF64 Linux binaries on Windows.
List available WSL distros
Install WSL via
powershell
Below command installs Ubuntu distribution.
Check Current WSL Version
Update from WSL 1 to WSL 2
For more information, feel free to access:
Last updated
Was this helpful?