https://stackoverflow.com/questions/77170725/how-to-install-debian-11-on-wsl-manually-i-am-trying-to-download-it-from-from https://learn.microsoft.com/en-us/windows/wsl/use-custom-distro 大概就是 # 试图下载并运行对应的docker镜像 docker run -it debian:bullseye # 如果进入了新的系统,可以退出...
sudo apt-getinstall docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin 安装指定版本: 代码语言:javascript 复制 # List the available versions:apt-cache madison docker-ce|awk'{ print $3 }'VERSION_STRING=5:24.0.7-1~debian.12~bookworm # 从列出的版本中选择自己需要的...
为了能够安装 Docker 和所有必需的软件包,我们需要将官方存储库添加到我们的 Debian 12 系统中。我们将从安装所需的软件包开始: apt install lsb-release gnupg2 apt-transport-https ca-certificates curl software-properties-common -y 导入Docker 存储库的 GPG 密钥: curl-fsSL https://download.docker.com/lin...
deb http://mirrors.tuna.tsinghua.edu.cn/debian/bullseye-backports main contrib non-free deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/bullseye-backports main contrib non-free deb http://mirrors.tuna.tsinghua.edu.cn/debian-security/bullseye-security main contrib non-free deb-src http://mi...
3. 打开Debian,完成安装。这一步很多教程没有强调,是先安装Linux再转换WSL2。 4. 更改默认安装的 Linux 发行版 默认情况下,安装的 Linux 分发版为 Ubuntu。 可以使用 -d 标志进行更改。 若要更改安装的发行版,请输入:wsl --install -d <Distribution Name>。将 <Distribution Name> 替换为要安装的发行版的...
使用wsl --install 命令安装适用于 Linux 的 Windows 子系统。 在 Windows 计算机上使用首选 Linux 发行版(Ubuntu、Debian、SUSE、Kali、Fedora、Pengwin、Alpine 等都可用)运行的 Bash 终端。
wsl --import Debian11 .\WSLStorage\Debian11\ .\debian11.tar 已成功将其导入到预先存在的文件夹....
wsl --import Debian11 .\WSLStorage\Debian11\ .\debian11.tar 已成功将其导入到预先存在的文件夹....
Debian GNU/Linux Fedora Remix for WSL Pengwin Pengwin Enterprise Alpine WSL Raft(免费试用版) Alma Linux 在分发版的页面中,选择“获取”。首次启动新安装的 Linux 分发版时,将打开一个控制台窗口,系统会要求你等待一分钟或两分钟,以便文件解压缩并存储到电脑上。 未来的所有启动时间应不到一秒。然后...
PS C:\Users\Administrator\Desktop> wsl --install --distribution Debian 正在下载: Debian GNU/Linux [ 1.5% ] // 比较慢需要耐心等待 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 第九步,安装并开始设置 Windows 终端,如果你无法访问 Microsoft Store,**GitHub 发布页**...