The Windows Subsystem for Linux lets developers run a GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.

You can:

How to install Fedora 34+ on WSL

i

To check if you are running WSL 2, try this command:ย 


wsl --set-default-version 2


In short, if you are comfortable installing another Linux distribution, running wsl --install will install the default latest Ubuntu, or you can pick from a list by using wsl -l -o then installing one with wsl --install -d Debian or, if not Debian, whichever distribution you would like.

If you are on an older version of Windows 10 or using WSL version 1, then the following Powershell command should get you to where you need (a reboot will likely be necessary).


Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux,VirtualMachinePlatform -All


Most likely, the wsl command will then instruct you to install a new kernel, so proceed to https://aka.ms/wsl2kernel and follow the instructions there.


Again, see Microsoft's instructions for a current and detailed version.

CBL-Mariner is an internal Linux distribution for Microsoftโ€™s cloud infrastructure and edge products and services. CBL-Mariner is designed to provide a consistent platform for these devices and services and will enhance Microsoftโ€™s ability to stay current on Linux updates. This initiative is part of Microsoftโ€™s increasing investment in a wide range of Linux technologies, such as SONiC and Windows Subsystem for Linux (WSL)ย 

Download