记录WSL2 with Clash “sudo apt update”失败的网络问题,及解决方法。问题描述WSL2(Ubuntu20.04),安装完成后,运行“sudo apt update”,一直连接网络失败,报错如下: Err:1 http://archive.ubuntu.com/ubuntu focal InRelease Connection ...
I had docker version 4.22.1 (118664), and I updated it to 4.34.1 (166053). This caused Docker to need to update “wsl”, however this update was attempted with “wsl.exe --update --web-download”, but the “–web-download” was not available. Solution: In order for the...
今天在WSL2 (Ubuntu)上运行apt update命令,结果出现以下错误: $ apt update Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease Could not connect to archive.ubuntu.com:80 (91.189.91.23). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.88.149). - co...
WSL2 Ubuntu apt-get update失败 情况: 这个问题在github上也有讨论:https://github.com/microsoft/WSL/issues/4342 不过经过我的尝试,是DNS问题,这是默认的配置: 这个配置来自windows为WSL的虚拟ip地址: 解决方案是将DNS server更换为google的8.8.8.8。 直接修改的会发有如下问题: 使用nano修改: Ctrl+X退出,Y确...
Version Microsoft Windows [Version 10.0.22621.963] WSL Version WSL 2 WSL 1 Kernel Version Kernel version: 5.10.16 Distro Version Ubuntu Other Software No response Repro Steps Update wsl through wsl --update. Install Ubuntu through wsl --...
Version Microsoft Windows [Version 10.0 19044.1348] WSL Version WSL 2 WSL 1 Kernel Version 4.19.84 Distro Version Ubuntu 20.04 Other Software No response Repro Steps Hi, I did distribution upgrade of my wsl2 ubuntu from 18.04 to 20.04, b...
windows虚拟Linux踩坑记:Wsl2使用Ubuntu系统无法安装软件以及使用apt-get update失败,程序员大本营,技术文章内容聚合第一站。
Install 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. ...
zsh(Ubuntu) # 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 ...
Ubuntu-20.04で sudo apt-get update←問題発生 (事象1)Ubuntu-20.04起動直後にsudo apt-get update出来ない (前提)Windows 10はWi-Fiアクセスポイント経由でインターネットへ接続していた。 原因 WSL2の仮想ネットワークアダプvEthernet (WSL)がインターネットに接続出来ていなかった。