Run Linux GUI apps with WSL | Microsoft Docs
docs.microsoft.com › wsl › tutorialsNov 10, 2021 · Existing WSL install. If you already have WSL installed on your machine, you can update to the latest version that includes Linux GUI support by running the update command from an elevated command prompt. Select Start, type PowerShell, right-click Windows PowerShell, and then select Run as administrator. Enter the WSL update command: wsl --update
Ubuntu GUI with WSL2 - Joel Kell
https://joelkell.com/blog/ubuntu-gui-wsl216.10.2020 · wsl --set-default-version 2. Got to Windows Store and Download Ubuntu 20.04 LTS. Run Ubuntu and follow the instructions to set up the distrobution. In Powershell check to see if Ubuntu is running on WSL 2. powershell. wsl -l -v. If Ubuntu is running on version 1 run the following code to set the version to 2.
Ubuntu GUI with WSL2 - Joel Kell
joelkell.com › blog › ubuntu-gui-wsl2Oct 16, 2020 · wsl --set-default-version 2. Got to Windows Store and Download Ubuntu 20.04 LTS. Run Ubuntu and follow the instructions to set up the distrobution. In Powershell check to see if Ubuntu is running on WSL 2. powershell. wsl -l -v. If Ubuntu is running on version 1 run the following code to set the version to 2.