windows 10 家庭版和专业版可以通过windows自带的应用商店安装ubuntu,windows 10 企业版 LTSC没有应用商店的话,可以手动安装。
windows 10 企业版 LTSC
控制面板 --> 卸载程序 --> 启用或关闭Windows功能中 --> 启用适用于Linux的windows子系统
重启电脑
https://docs.microsoft.com/en-us/windows/wsl/install-manual
点击Ubuntu 18.04
得到appx
格式的文件,例如:CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2018.817.0_x64__79rhkp1fndgsc.Appx
点击win
按键 --> 搜索PowerShell
--> 选择Windows PowerShell
切换到下载目录下
Add-AppxPackage .\app_name.appx
点击win
按键 --> 搜索ubuntu
--> 出现ubuntu18.04
;
或者CMD
、PowerShell
命令行上输入bash
回车;
官方说明:https://docs.microsoft.com/en-us/windows/wsl/install-manual
https://my.oschina.net/somereasons/blog/3022420
windows10-企业版LTSC手动安装ubuntu-18.04
原文:https://blog.51cto.com/moerjinrong/2418950