此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/microsoft/WSL2-Linux-Kernel linux-msft-wsl-5.15.y 分支(9) 标签(3159) 管理 管理 linux-msft-wsl-5.15.y linux-msft-wsl-6.1.y users/GitHubPolicyService/2259a508-a8f3-4343-8a2a-843c82b20617 ...
curl -fsSL https://download.docker.com/linux/ubuntu/gpg|sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg 设置版本库 echo\"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \"$(. /etc/os-release&&echo"$VER...
通过适用于 Linux 的 Windows 子系统 (WSL),开发人员可以安装 Linux 发行版(例如 Ubuntu、OpenSUSE、Kali、Debian、Arch Linux 等),并直接在 Windows 上使用 Linux 应用程序、实用程序和 Bash 命令行工具,不用进行任何修改,也无需承担传统虚拟机或双启动设置的费用。
参考资料 How to use the Microsoft Linux kernel v6 on WSL2 | Microsoft Learn 自定义WSL2内核 - 哔哩哔哩 (bilibili.com) 重新编译您的 WSL2 内核 - 支持 snaps、apparmor、lxc 等。 --- Recompile your WSL2 k…
在https://docs.microsoft.com/zh-cn/windows/wsl/wsl2-kernel 页面点击下载 linux 内核更新包。 3.4. 升级到 wsl2 接下来就很简单了,首先在 cmd 或 PowerShell 中执行下面命令列出现有的 wsl: wsl -l 然后,根据上面命令返回的 wsl 名称,在管理员权限下的 cmd 或 PowerShell 中执行: ...
WSL是开发人员可以在 Windows 计算机上同时访问 Windows 和 Linux 的强大功能。通过适用于 Linux 的 Windows 子系统 (WSL),开发人员可以安装 Linux 发行版(例如 Ubuntu、OpenSUSE、Kali、Debian、Arch Linux 等),并直接在 Windows ...
WSL2 brings several exciting features that enhance the overall experience of running Linux on Windows. Let’s take a look at some of them: Improved Performance By running a full Linux kernel in a VM, WSL2 provides significantly improved performance compared to WSL1. This improvement is especiall...
linux-msft-wsl-6.1.21.1 1c07ced Compare linux-msft-wsl-6.1.21.1 Initial release of the WSL2 kernel based on the v6.1 kernel series Release rolling-lts/wsl/6.1.21.1 Update to stable kernel version v6.1.21 Out-of-tree vpci patches now included from upstream ...
具体的详细内容可以看微软官方文档:https://docs.microsoft.com/zh-cn/windows/wsl/install-win10#step-4---download-the-linux-kernel-update-package 由于我们之前已经下载安装了WSL1并且安装开启了Hyper-V的服务,因此只需要执行以下的升级步骤 1.下载并且安装WSL2内核内核升级包 ...
I would like Headers installation option in WSL2-Linux-Kernel , I'm trying to install a module (v4l2loopback) and it requires headers installed at /lib/modules/5.15.146.1-Microsoft-standard-wsl2+ . I searched online and they say wsl2 msft linux kernel doesn't come with headers , will ...