User Tools

Site Tools


windows:subsystemforlinux

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:subsystemforlinux [2020/03/14 19:53] kauffmanwindows:subsystemforlinux [2021/01/14 21:46] (current) kauffman
Line 1: Line 1:
 +====== Windows SubSystem for Linux ======
 +Get a Linux environment on your windows computer if you must.
 +
 +
 1. Open PowerShell as Administrator 1. Open PowerShell as Administrator
 <code> <code>
Line 6: Line 10:
 2. Reboot 2. Reboot
  
-3. Choose an OS to install. Samples provided below.+3. Choose and download an OS. Samples provided below.
  
-Install Ubuntu 16.04+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 ==== ==== 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-win10|Enable Windows SubSystem for Linux]]
   - [[https://docs.microsoft.com/en-us/windows/wsl/install-manual|Command Line Linux Install]]   - [[https://docs.microsoft.com/en-us/windows/wsl/install-manual|Command Line Linux Install]]
/var/lib/dokuwiki/data/attic/windows/subsystemforlinux.1584233603.txt.gz · Last modified: 2020/03/14 19:53 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki