how to check make version ubuntu code example
Example 1: check ubuntu version
lsb_release -a
Example 2: check ubuntu version
cat /etc/os-release
Example 3: windows features windows subsystem for linux not
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Example 4: powershell set wsl 2
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart