windows 10 内置bash 安装32位支持

来源:互联网 发布:js面向对象 阮一峰 编辑:程序博客网 时间:2024/05/22 06:56

Ubuntu16.04版本已不支持ia32-libs的软件包,而是使用了lib32ncurses5、lib32z1软件包做为替代,所以在Ubuntu16.04版本当中应该安装执行:

apt-get install lib32ncurses5 ​

apt-get install lib32z1


dpkg --add-architecture i386
apt-get update 
apt-get install libc6:i386 libstdc++6:i386


https://stackoverflow.com/questions/14972641/ubuntu-64-with-android-64-bundle-cannot-find-adb-executable


然而这并没有什么卵用

https://github.com/Microsoft/WSL/issues/390