前言
Windows 10下支持安装Ubuntu 18.04 LTS当然要试下了
步骤
安装应用程序
- 打开应用商店
- 搜索并下载Ubuntu 18.0.4 LTS
启动服务
遇到了第一个报错:
代码语言:javascript复制Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x8007019e
The Windows Subsystem for Linux optional component is not enabled. Please enable it and try again.
See https://aka.ms/wslinstall for details.
Press any key to continue...
解决:
- 控制面板->程序和功能->启用或关闭windows功能->适用于Linux的Windows子系统
- 设置->更新和安全->开发者选项->启用开发人员模式
- 重启电脑
正常使用
- 输入当前用户的密码
输入当前用户的密码
$sudo -i
重新设置root的密码
#passwd
- 愉快使用