No momento, a versão mais recente do WSL2 é 0.58.3 . Acabei de rodar wsl.exe --update
e agora gostaria de saber qual versão do WSL2 estou rodando. Eu tentei ambos --version
e --status
sinalizadores sem sucesso:
PS C:\Users> wsl.exe --status
Default Distribution: Ubuntu
Default Version: 2
Windows Subsystem for Linux was last updated on 6.5.2022
The Windows Subsystem for Linux kernel can be manually updated with 'wsl --update',
but automatic updates cannot occur due to your system settings.
To receive automatic kernel updates, please enable the Windows Update setting:
'Receive updates for other Microsoft products when you update Windows'.
For more information please visit https://aka.ms/wsl2kernel.
Kernel version: 5.10.102.1
PS C:\Users> wsl.exe --version
Invalid command line option: --version
Como posso verificar minha versão atual do WSL2? Observe que sei que posso usar wsl.exe --list --verbose
para ver se estou usando o WSL 1 ou 2.