You are reading a single comment by @Velocio and its replies. Click here to read the full conversation.
  • https://learn.microsoft.com/en-us/windows/wsl/install

    From a Powershell in Windows: wsl --install

    That is it. That's all there is to it.

    Once installed, pick the Linux you want. The default they give you is Ubuntu but you can pick others if you please:

    PS C:\Windows\System32> wsl --list --online
    The following is a list of valid distributions that can be installed.
    Install using 'wsl.exe --install <Distro>'.
    
    NAME                                   FRIENDLY NAME
    Ubuntu                                 Ubuntu
    Debian                                 Debian GNU/Linux
    kali-linux                             Kali Linux Rolling
    Ubuntu-18.04                           Ubuntu 18.04 LTS
    Ubuntu-20.04                           Ubuntu 20.04 LTS
    Ubuntu-22.04                           Ubuntu 22.04 LTS
    OracleLinux_8_5                        Oracle Linux 8.5
    OracleLinux_7_9                        Oracle Linux 7.9
    SUSE-Linux-Enterprise-Server-15-SP4    SUSE Linux Enterprise Server 15 SP4
    openSUSE-Leap-15.4                     openSUSE Leap 15.4
    openSUSE-Tumbleweed                    openSUSE Tumbleweed
    
About

Avatar for Velocio @Velocio started