Distributions of Ubuntu on WSL¶
Our flagship distribution (distro) is Ubuntu. It is the default option when you install WSL for the first time. Several releases of the Ubuntu distro are available for WSL.
Each release of Ubuntu for WSL is available as an application from the Microsoft Store. Once a release is installed, it will be available to use in your WSL environment.
Releases of Ubuntu on WSL¶
These are the releases of Ubuntu that we support and that are available on the Microsoft Store:
Ubuntu ships the latest stable LTS (Long Term Support) release of Ubuntu. When new LTS versions are released, this release of Ubuntu can be upgraded once the first point release is available.
Numbered releases – for example, Ubuntu 22.04 LTS – refer to specific Long Term Stability (LTS) releases that receive standard support for five years. For more information on LTS releases, support and timelines, visit the Ubuntu releases page. Numbered releases of Ubuntu on WSL will not be upgraded unless configured to upgrade in
etc/update-manager/release-upgrades
.Ubuntu (Preview) is a daily build of the latest development version of Ubuntu, which previews new features as they are developed. It does not receive the same level of QA as stable releases and should not be used for production workloads.
Interim releases
Interim releases of Ubuntu are currently not supported on WSL.
Naming¶
Depending on context, releases of Ubuntu are referred to by different names:
App name is the name of the application for a specific Ubuntu release that you will see in the Microsoft Store.
AppxPackage name is the name that can be passed to
Get-AppxPackage -Name
in PowerShell to get information about an installed package.Distro name is the name logged when you invoke
wsl -l -v
to list installed releases of Ubuntu.Executable name is the program you need to run to start the Ubuntu distro.
These naming conventions are summarised in the table below:
App name |
AppxPackage name |
Distro name |
Executable name |
---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
The WSL kernel
The kernel used in WSL environments is maintained by Microsoft. Bug reports and support requests for the WSL kernel should be directed to the official repository for the WSL kernel.