摘要: 1、配置WSL2和安装Ubuntu。在/etc/wsl.conf配置文件中添加如下内容启用Systemd,如果文件不存在则新建。 [boot] systemd=true 2、Ubuntu中安装依赖库 sudo apt update&&sudo apt upgrade -y sudo apt inst 阅读全文
posted @ 2021-10-20 15:14 松山居士 阅读(448) 评论(0) 推荐(0)