Knowledge Base

← Knowledge Base

Windows Subsystem for Linux (WSL)

  1. Turn on Developer Mode:
    • Open Settings -> Update and Security -> For developers
    • Select the Developer Mode radio button
  2. Enable the Windows Subsystem for Linux feature:
    • From Start, search for “Turn Windows features on or off” (type ‘turn’)
    • Select Windows Subsystem for Linux (beta)
  3. Enable the Windows Subsystem for Linux feature (command-line)
    $ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  4. Run Bash on Windows:
    $ bash

The installation location is %localappdata%\lxss\

See MSDN.

Please log in to rate this.
0 people found this helpful.

0 Comments - Leave a Comment

A tool to switch between distributions is WSL-Distribution-Switcher.

It needs Pythin 3.0 and comes with tools to download, install and switch distributions.

See WSL-Distribution-Switcher.

Please log in to rate this.
0 people found this helpful.

0 Comments - Leave a Comment

To download a new image call:

$ python get-source.py image[:tag]

A list of images can be found at get-source.py.

Please log in to rate this.
0 people found this helpful.

0 Comments - Leave a Comment

← Knowledge Base

Leave a Reply

Your email address will not be published. Required fields are marked *