微軟將 WSL DistroLauncher Sample Open Source 出來,讓 Linux 可以在 Windows 10 上面執行,並且可透過 Windows Store 來安裝。
- 註:Windows Store 目前已經有 Ubuntu、SUSE、Debian、Kali Linux
微軟釋出工具讓 Linux 在 Windows 10 執行
微軟 Open Source 的 WSL DistroLauncher 位置:
- GitHub - Microsoft/WSL-DistroLauncher: Sample/reference launcher app for WSL distro Microsoft Store packages.
- launcher.exe
- launcher.exe install [--root]
- launcher.exe run <command></command>
- launcher.exe config [setting [value]]
- launcher.exe help
- Windows 10 需要的環境:Download a Windows 10 virtual machine - Windows app development
下述摘錄自此篇:微軟釋出開源工具讓更多Linux可跑在Windows 10上
- WSL DistroLauncher Sample 是以 C++ 開發的 WSL installer 應用程式的參考實作,提供 launcher 、執行與組態 launcher 等功能。
- 本專案預計供兩種族群使用
- 一是 Linux 開發版的擁有者
- 二是自己開發 Linux 發行版的開發人員
- 他們可用以開發 Linux 應用程式,再上傳到 Microsoft / Windows Store 或側載到開發用機器上。WSL DistroLauncher Sample 現已透過 GitHub 釋出。