How do I install Bash on Ubuntu on Windows 10?
I'd like to install the Ubuntu Bash on my Windows 10 machine. How do I do that?
Solution 1:
First off you have to make sure that you're on Build 14311 or higher of the developer preview, which is available to the general public. From there, follow these steps:
-
In
Settings --> Update & Security --> For Developers
, enableDeveloper Mode
You'll get a warning about developer mode, select
Yes
Search for "Windows Features" in the Settings Search (Top Right Corner) and select
Turn Windows features on or off
-
Navigate to and then enable (check mark) the `Windows Subsystem for Linux (Beta)
After installation, you'll be required to restart the computer. This is a pretty large install and may take some time.
Finally, open a
cmd
window and execute the commandbash
. You'll be required to accept the terms and service. Ubuntu will then be download (~1 Gb in size) and then install.Enjoy!