- Commands
- Check installed distros:
wsl -l -v
- Set default wsl version for distros (prior to installing):
wsl --set-default-version 2
- Install Ubuntu 22.04:
wsl --install -d Ubuntu-24.04
- Select a specific distro:
wsl -d <DistributionName>
- Check installed distros:
- Delete a specific distro:
wsl --unregister