打开WSL Debian终端: 首先,你需要在你的Windows操作系统中打开WSL Debian的终端。你可以通过Windows的开始菜单找到WSL Debian并启动它。 更新软件包列表: 在WSL Debian终端中,运行以下命令来更新软件包列表: bash sudo apt update 升级所有已安装的软件包: 更新完软件包列表后,运行以下命令来升级所有已安装的软件包...
SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 15 SP1 Kali Linux Debian GNU/Linux Fedora Remix for WSL Pengwin Pengwin Enterprise Alpine WSL 在分发版的页面中,选择“获取”。 安心等待片刻,就安装好了,这时你点击开始,就可以在最近安装看见你安装好的分发版了。 初次启动它会进行一个...
使用'wsl.exe --install <Distro>'安装。NAMEFRIENDLYNAMEDebian DebianGNU/LinuxSUSE-Linux-Enterprise-15-SP5SUSELinux Enterprise15SP5SUSE-Linux-Enterprise-15-SP6SUSELinux Enterprise15SP6Ubuntu Ubuntu Ubuntu-24.04Ubuntu24.04LTSkali-linux Kali Linux Rolling openSUSE-Tumbleweed openSUSE Tumbleweed openSUSE-Leap-15...
前两天 Debian 10 发布了,我把家里几台硬件都升级成了 Debian 10,感觉十分清爽,那么作为每天重度使用的 WSL 怎么能还停留在 9 上呢?WSL 里面编译个程序拷贝到 Debian 10 的机器上都会发生动态库依赖问题,所以花时间把 WSL 升级到了 Debian 10,步骤如下: (注:2019/9/27,商店里的 Debian 已经是 Buster 了...
通常,WSL发行版的名称会以"DistributionName"的形式显示,例如"Ubuntu"或"Debian"。 右键点击发行版并选择"卸载":在发行版名称上右键点击,然后选择"卸载"选项。 确认卸载:系统会弹出一个确认对话框,询问是否要卸载该发行版。点击"是"或"确定"来确认卸载。 等待卸载完成:系统会开始卸载该发行版,并显示进度条。等待...
安装完成后,您可以在Microsoft Store中安装Linux分发版,如Ubuntu、Debian等。 升级到WSL 2 如果您想升级到WSL 2,可以按照以下步骤操作: 打开管理员权限的PowerShell窗口。 运行以下命令以启用虚拟机平台功能: #开启虚拟机平台功能dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart...
WSL(Windows Subsystem for Linux)是一项在Windows 10上运行Linux二进制文件的兼容层技术。它允许用户在Windows系统中运行Linux发行版,如Ubuntu、Debian等,而无需使用虚拟机或双启动。 Docker与WSL的关系 首先,我们需要了解Docker是如何与WSL进行交互的。Docker Desktop通过在Windows系统上的本机守护进程与WSL进行通信,以...
Install Windows Subsystem for Linux with the command, wsl --install. Use a Bash terminal on your Windows machine run by your preferred Linux distribution - Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine, and more are available.
Debian GNU/Linux Fedora Remix for WSL Pengwin Pengwin Enterprise Alpine WSL Raft(免费试用版) 若要更新到 WSL 2,则继续升级WSL。 升级安装WSL 2 Win + R,键入“winver”,查看版本 查看是否符合WSL 2的要求 符合要求后,启用虚拟机功能 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform ...
Ubuntu 要下载 debian 版,比如:code-server_4.96.4_amd64.deb 或者使用命令 export VERSION=4.96.4 curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server_${VERSION}_amd64.deb 配置wsl 使用 systemd 在Ubuntu 编辑文件/etc/wsl.conf ...