User Tools

Site Tools


windows:subsystemforlinux

This is an old revision of the document!


1. Open PowerShell as Administrator

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

2. Reboot

3. Choose an OS to install. Samples provided below.

Install Ubuntu 16.04

Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseBasicParsing

Install Ubuntu 18.04

Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile Ubuntu.appx -UseBasicParsing

Sources

/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