El subsistema Linux para Windows no es nuevo, pero ahora está disponible en forma de app en la Tienda de Microsoft exclusivamente para equipos Windows 11. Hay algunos cambios frente al subsistema Linux para Windows que podíamos instalar en Windows 10, eso sí. De todos modos, de cara al usuario, prácticamente todo sigue igual.

Los cambios que se han introducido son los siguientes (en inglés):
- New
wsl.exe --mount
features!- Add
--mount --vhd
to make mounting VHD files easier. - Implement filesystem detection for
wsl --mount
. This change implements filesystem type detection if no --type
is specified when using wsl.exe --mount
. - Add
--name
feature to wsl --mount
. This change adds support for optionally naming a mountpoint when mounting a disk through WSL.
- Updated Linux kernel to 5.10.60.1
- Added progress indicator helper function used to show a Please Wait message with animated dots on the conversion process to show users that WSL is still running.
- Switched
wsl --install
to not require the --distribution
argument. This change switches wsl --install
to not require the --distribution
argument but maintains support to avoid breaking existing scripts. - Added
wsl.exe --version
command which displays relevant version information.
Para instalar WSL (Windows Subsystem for Linux en Windows 11 tendremos que ejecutar una versión de Windows 11 build 22000 o superior e instalar el componente opcional Virtual Machine Platform.
Run: dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all in an elevated PowerShell prompt
Después, en esta página podrás descargar WSL. Si lo quieres desinstalar, podrás hacerlo con un clic con el botón derecho sobre el icono de la app en el menú de inicio eligiendo "desinstalar".