Update WSL installation for Fall Creators update
This commit is contained in:
parent
5e468994fb
commit
73a7e6d186
1 changed files with 8 additions and 13 deletions
|
@ -31,24 +31,19 @@ This feature is not supported in versions of Windows prior to Windows 10 or on
|
||||||
Windows Server SKUs. In addition, it is available [only for 64-bit versions of
|
Windows Server SKUs. In addition, it is available [only for 64-bit versions of
|
||||||
Windows](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide).
|
Windows](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide).
|
||||||
|
|
||||||
For Windows 10 systems with the Fall Creators Update applied (version >= 16215.0) use the Windows Store
|
Full instructions to install WSL are available on the above link.
|
||||||
to install Ubuntu. Search for "Linux" in the Windows Store and install the free "Ubuntu" application.
|
To install WSL on Windows 10 with Fall Creators Update installed (version >= 16215.0) do the following:
|
||||||
Full instructions are available on the above link.
|
|
||||||
|
|
||||||
To get the bash shell, you must first activate the feature in Windows.
|
1. Enable the Windows Subsystem for Linux feature
|
||||||
|
|
||||||
1. Turn on Developer Mode
|
|
||||||
* Open Settings -> Update and Security -> For developers
|
|
||||||
* Select the Developer Mode radio button
|
|
||||||
* Restart if necessary
|
|
||||||
2. Enable the Windows Subsystem for Linux feature
|
|
||||||
* From Start, search for "Turn Windows features on or off" (type 'turn')
|
* From Start, search for "Turn Windows features on or off" (type 'turn')
|
||||||
* Select Windows Subsystem for Linux (beta)
|
* Select Windows Subsystem for Linux
|
||||||
* Click OK
|
* Click OK
|
||||||
* Restart if necessary
|
* Restart if necessary
|
||||||
|
2. Install Ubuntu
|
||||||
|
* Open Microsoft Store and search for Ubuntu or use [this link](https://www.microsoft.com/store/productId/9NBLGGH4MSV6)
|
||||||
|
* Click Install
|
||||||
3. Complete Installation
|
3. Complete Installation
|
||||||
* Open a cmd prompt and type "bash"
|
* Open a cmd prompt and type "Ubuntu"
|
||||||
* Accept the license
|
|
||||||
* Create a new UNIX user account (this is a separate account from your Windows account)
|
* Create a new UNIX user account (this is a separate account from your Windows account)
|
||||||
|
|
||||||
After the bash shell is active, you can follow the instructions below, starting
|
After the bash shell is active, you can follow the instructions below, starting
|
||||||
|
|
Loading…
Reference in a new issue