Micro: Support for Bash On Windows?

Created on 29 Sep 2017  路  3Comments  路  Source: zyedidia/micro

Can I use micro with Bash on Windows? If so, how do I install it?

Most helpful comment

Yes, you can use micro in the WSL. Just download the 64-bit Linux release (using wget or curl in the WSL prompt), extract the archive, move the micro binary to /usr/local/bin then you can start micro from any directory, as long as you are in a WSL prompt.

All 3 comments

Install via snap does not work as snapd itself does not work on WSL (see https://github.com/Microsoft/BashOnWindows/issues/2374)

But install from source worked for me: https://github.com/zyedidia/micro#building-from-source

Yes, you can use micro in the WSL. Just download the 64-bit Linux release (using wget or curl in the WSL prompt), extract the archive, move the micro binary to /usr/local/bin then you can start micro from any directory, as long as you are in a WSL prompt.

Note there seems to be an issue with arrow keys in bash on Windows #772.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

utkarsh2102 picture utkarsh2102  路  3Comments

Calinou picture Calinou  路  3Comments

DoTheEvo picture DoTheEvo  路  3Comments

luis-lavaire picture luis-lavaire  路  3Comments

rishabh96b picture rishabh96b  路  3Comments