WSL2のUbuntuのapt updateで接続エラーが出た2023/10/4 / 1 min readView more blogs with the tag wsl2, View more blogs with the tag ubuntuTable of Contents#問題#解決方法問題 WSL2のUbuntuのapt updateで接続エラーが出た。 解決方法 /etc/resolv.confに Google の DNS サーバーを設定したら解決できました。 Terminal window$ echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null$ sudo apt update