Summary
This guide explains how to install a Linux distribution on Windows Subsystem for Linux (WSL). It covers the installation command using PowerShell, the password setup process, and how to verify the installation by listing all installed distributions.

- Install a Distribution
# for example, install "Ubuntu"
wsl --install -d ubuntu
# set a new password during the step
- Verify the installation
# Eixt from the Distribution
exit
# Show the list of Distributions
wsl --list --verbose