您尝试在您的系统中运行wsl命令,但系统提示未找到该命令。这通常意味着wsl(Windows Subsystem for Linux)尚未在您的Windows系统上安装。 2. 解释错误信息 错误信息中的“sudo apt install wsl”是不恰当的提示,因为sudo apt install是Linux系统的包管理工具APT的命令格式,而wsl是Windows特有的功能,用于在Windows中运行...
问题描述WSL2(Ubuntu20.04),安装完成后,运行“sudo apt update”,一直连接网络失败,报错如下: Err:1 http://archive.ubuntu.com/ubuntu focal InRelease Connection failed [IP: 91.189.88.152 80]Err:2 http://security.ubuntu.com/ub...
在我的 wsl 上安装 kali 后,我执行了 sudo apt update -y,效果很好,然后执行了 sudo apt upgrade -y,现在进度停留在 2% 超过 20 分钟。这个操作应该不会花那么长时间。 这就是它的样子 执行了 sudo apt update -y,效果很好,然后 sudo apt upgrade -y,但没有完成。进度条在 2% 停留了 20 多...
1、在 WSL2 中的 Ubuntu 系统中,执行命令:sudo apt install php7.4-cli,报错:E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php7.4/php7.4-common_7.4.3-4ubuntu2.5_amd64.deb 404 Not Found [IP: 91.189.88.152 80]。如图1 图1 1 2 3 4 5 6 7 8 9 10 11 12 13 14...
先是引入 WSL,WSL2,然后是收购 GitHub,然后是开源应用在 Windows 应用商店列表中的商业授权。最近,systemd 创建者加入了 Microsoft 新闻。 所有这些都暗示了通过缓慢渗透关键领域的主导战略。由于 Redhat 已经在同一行业中建立起来,微软可能会借助 Ubuntu 的同时寻找一些业务。
Installed WSL 2 (Debian, but previously tried Ubuntu with same issues). Installation went smoothly, but when I tried the following: wsl2-prompt> sudo apt-get update I get the following output to the terminal: Err:1http://security.debian.org/debian-securitybullseye-security InRelease ...
# vimを使う場合vim /etc/wsl.conf# nanoを使う場合nano /etc/wsl.conf など任意のエディターで編集できる。 解決策 zsh(Ubuntu) $echo"nameserver 8.8.8.8"|sudo tee/etc/resolv.conf>/dev/null$sudoapt update Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease ...
my-wsl2-username ALL=(ALL) NOPASSWD: /usr/sbin/ip 其中my-wsl2-username换成你的username,/usr/sbin/ip对应1中的路径。 生效配置: source ~/.bashrc 输入ifconfig检查mtu: eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1350 最最后可以sudo apt-get update看看是否可以正常更新来确定。
WSL 1 Kernel Version 4.4.0-22621-Microsoft Distro Version Ubuntu 22.04 Other Software No response Repro Steps Install ubuntu 22.04 on wsl1 run sudo apt-get reinstall bash Expected Behavior Operation completes successfully. Actual Behavior sudo apt-get reinstall bash ...