- I have enabled "Windows Subsystem for Linux"
- I have switched to "Developer mode" restarted my PC.
Downloaded a Linux system (Ubuntu) I PowerShell -
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804-lte -OutFile Ubuntu.appx -UseBasicParsing
Add-AppxPackage .\Ubuntu.appx
Run Linux inside Windows 10 - DOESN'T WORK
When I run bash command from my console I get the following:
It looks like that the bash and ubuntu is installed but doesn't work
wsl -l
on a command prompt? – Luuk