This tutorial will show you how to install and setup Windows Subsystem for Linux (WSL) distro apps for your account in Windows 10 and Windows 11.
The Windows Subsystem for Linux (WSL) lets developers install a Linux distribution (such as Ubuntu, OpenSUSE, Kali, Debian, Arch Linux, etc) and use Linux applications, utilities, and Bash command-line tools directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.
Once you have Windows Subsystem for Linux (WSL) installed, you can install Linux distributions via the Microsoft Store or command line.
References:
https://learn.microsoft.com/en-us/windows/wsl/install
https://learn.microsoft.com/en-us/windows/wsl/setup/environment
When you...