Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Windows >> WSL >> How to get started with Windows Subsystem for Linux

 

Windows 10


## Launch the add remove program control panel applet

Start -> Run -> appwiz.cpl

Select Turn Windows feature on or off

tick the checkbox for Virtual Machine Platform and Windows Subsystem for Linux

Click OK


## Open Powershell with "run as administrator"

## and apply the latest WSL updates

PS > wsl --update


## to set default version to WSL v2

PS > wsl --set-default-version 2


## to list what linux distributions are availbel to install

PS> wsl --list --online


## to install Debian distrbution

PS> wsl --install --distribution Debian

or

PS> wsl --install -d Debian




 

Official Documentation available at https://docs.microsoft.com/en-us/windows/wsl/

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]