win10 pro安装ubuntu 子系统
Posted coderhythm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win10 pro安装ubuntu 子系统相关的知识,希望对你有一定的参考价值。
1.以管理员运行powershell命令,打开功能“Windows Subsystem for Linux”:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
2.在windows store里下载安装ubuntu app:
https://www.microsoft.com/zh-cn/p/ubuntu-1804/9n9tngvndl3q?activetab=pivot%3aoverviewtab
3.如果需要ssh登录127.0.0.1:22,需重新安装ssh server,解决key的报错。
sudo apt-get purge openssh-server sudo apt-get install openssh-server
4.如果需要,可编译自己定义的linux子系统
https://docs.microsoft.com/en-us/windows/wsl/build-custom-distro
参考:
https://docs.microsoft.com/en-us/windows/wsl/install-win10#for-anniversary-update-and-creators-update-install-using-lxrun
以上是关于win10 pro安装ubuntu 子系统的主要内容,如果未能解决你的问题,请参考以下文章
hyper-v安装ubuntu18的全过程+踩过的坑(win10)
ArcGIS Pro微课1000例0021:Win10系统ArcGIS Pro3.0.1安装教程(附ArcGIS Pro下载)
ArcGIS Pro微课1000例0021:Win10系统ArcGIS Pro3.0.1安装教程(附ArcGIS Pro下载)