Advertisement
Lodhar

Install Windows Subsystem Linux by command line

Jun 4th, 2020
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #https://docs.microsoft.com/en-us/windows/wsl/install-win10
  2.  
  3. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  4. Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile Ubuntu.appx -UseBasicParsing
  5. Add-AppxPackage C:\Users\profile\Downloads\CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2018.817.0_x64__79rhkp1fndgsc.Appx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement