Win11安装wsl2和安装Ubuntu

https://cloud.tencent.com/developer/article/1999411

https://www.cnblogs.com/guojikun/p/15092696.html

file

设置WSL的版本为WSL2
wsl --set-default-version 2
执行更新wsl命令已确认wsl为最新版
wsl --update
wsl --install // 安装wslg

wsl --install -d Ubuntu-20.04 // 安装Ubuntu-20.04
或者Microsoft Store安装Ubuntu

4.1 升级WSL内核
wsl --update
4.2 重启WSL内核
内核升级完成以后,电脑重启才会生效,这个可以用命令重启

wsl -l -shutdown
4.3 查看本系统WSL情况
wsl -l -v

换源
https://blog.csdn.net/morxio/article/details/121236189
sudo vim /etc/apt/sources.list

https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/

暂无评论

发送评论 编辑评论


				
上一篇
下一篇