====== Windows SubSystem for Linux ====== Get a Linux environment on your windows computer if you must. 1. Open PowerShell as Administrator Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 2. Reboot 3. Choose and download an OS. Samples provided below. Download Ubuntu 20.04 Invoke-WebRequest -Uri https://aka.ms/wslubuntu2004 -OutFile Ubuntu.appx -UseBasicParsing 4. Install. Add-AppxPackage .\Ubuntu.appx ==== Sources ==== - [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Enable Windows SubSystem for Linux]] - [[https://docs.microsoft.com/en-us/windows/wsl/install-manual|Command Line Linux Install]]