How to Install and Use the Linux Bash Shell on Windows 10

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

How to Install and Use the Linux Bash Shell on Windows 10

Post by Antonio Linares »

http://www.howtogeek.com/249966/how-to- ... indows-10/
Think of it as the opposite of Wine. While Wine allows you to run Windows applications directly on Linux, the Windows Subsystem for Linux allows you to run Linux applications directly on Windows
Remember, software you install in the Bash shell is restricted to the Bash shell. You can’t access it from the Command Prompt, PowerShell, or elsewhere in Windows. Software in the Bash shell also can’t interact directly with or launch Windows programs, although the Bash environment and Windows have access to the same files on your computer
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How to Install and Use the Linux Bash Shell on Windows 10

Post by Antonio Linares »

For a quick test, after running "bash", do:

sudo apt-get install mc

then type mc

and you get the "midnight commander" running :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply