User Tools

Site Tools


windows:subsystemforlinux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows:subsystemforlinux [2020/03/14 19:51] – created kauffmanwindows:subsystemforlinux [2021/01/14 21:46] (current) kauffman
Line 1: Line 1:
-  - Open PowerShell as Administrator+====== Windows SubSystem for Linux ====== 
 +Get a Linux environment on your windows computer if you must. 
 + 
 + 
 +1. Open PowerShell as Administrator
 <code> <code>
 Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
 </code> </code>
  
-Install Ubuntu 16.04+2. Reboot 
 + 
 +3. Choose and download an OS. Samples provided below. 
 + 
 +Download Ubuntu 20.04
 <code> <code>
-Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseBasicParsing+Invoke-WebRequest -Uri https://aka.ms/wslubuntu2004 -OutFile Ubuntu.appx -UseBasicParsing
 </code> </code>
  
-Install Ubuntu 18.04+4. Install. 
 <code> <code>
-Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile Ubuntu.appx -UseBasicParsing+Add-AppxPackage .\Ubuntu.appx
 </code> </code>
 +
 +==== 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]]
/var/lib/dokuwiki/data/attic/windows/subsystemforlinux.1584233498.txt.gz · Last modified: 2020/03/14 19:51 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki