Sunday, April 1, 2018

Windows Subsystem for Linux

Starting with the Fall Creator’s edition, a new method is available to install the Windows Subsystem for Linux within Windows 10.  Launch an elevated PowerShell session and enter the following command:

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

Linux subsystem for Windows 1

After rebooting your computer, access the Microsoft Store and search for a distribution such as Ubuntu.

Linux subsystem for Windows 2

After the installation has completed, an user name and password will be requested.

Linux subsystem for Windows 3

Linux commands such as apt-get and ls should function as normal.

Linux subsystem for Windows 4

Linux subsystem for Windows 5

The Windows file system can be viewed by using the following command:

cd /mnt/c

Linux subsystem for Windows 6

Multiple versions of Linux can be installed.  The command “wslconfig /l” should display the current default Linux distribution.

image

https://docs.microsoft.com/en-us/windows/wsl/install-win10

https://www.howtogeek.com/344688/how-to-set-your-default-linux-distribution-on-windows-10/

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.