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
Next revisionBoth sides next revision
windows:subsystemforlinux [2020/03/14 19:51] – created kauffmanwindows:subsystemforlinux [2020/03/14 20:04] 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>
 +
 +2. Reboot
 +
 +3. Choose and download an OS. Samples provided below.
  
 Install Ubuntu 16.04 Install Ubuntu 16.04
Line 13: Line 21:
 Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile Ubuntu.appx -UseBasicParsing Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile Ubuntu.appx -UseBasicParsing
 </code> </code>
 +
 +
 +4. Install.
 +
 +<code>
 +Add-AppxPackage .\app_name.appx
 +</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/pages/windows/subsystemforlinux.txt · Last modified: 2021/01/14 21:46 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki