nameserver 114.114.114.114 2. 再次apt-get update,还是出错如图 应该是Kali密钥问题 下载密钥 wget archive.kali.org/archive-key.asc //下载签名 apt-key add archive-key.asc //安装签名 安装前面后报错 查找原因发现apt-add key因为它依赖于GnuPG,无法使用安装apt,因为无法验证签名。 3. 只能手动获取密钥 下...
这个配置来自windows为WSL的虚拟ip地址: 解决方案是将DNS server更换为google的8.8.8.8。 直接修改的会发有如下问题: 使用nano修改: Ctrl+X退出,Y确认,回车返回。 再次查看: 修改成功了。 我们重新运行apt-get update OK。
root@cdddfd79c76b:/# apt update Get:1http://mirrors.aliyun.com/ubuntu bionic InRelease[242kB]Get:2http://mirrors.aliyun.com/ubuntu bionic-updates InRelease[88.7kB]Get:3http://mirrors.aliyun.com/ubuntu bionic-backports InRelease[74.6kB]Err:1http://mirrors.aliyun.com/ubuntu bionic InRe...
今天在 WSL 下安装了一个命令,该命令中某些子命令需要唤起浏览器进行操作,在这一步报错: exec: "xdg-open": executable file not found in $PATH 具体地说,是我安装了 NAPPTIVE 的命令行工具,playground,在执行 playground login 时报的以上错误。 分析 有办法绕过这个问题吗? 我想,要么直接在 Windows 下安装...
/usr/bin/cmake: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/bin/cmake) 发现原来是libstdc++版本的问题。由于Clion默认加载的是 /usr/local/lib/ 下面的libstdc++.so.6。 而当执行sudo apt-get install libstdc++6 时更新的却是 /usr/lib/x86_64-linux...
sudo apt-get update Get:1 https://download.docker.com/linux/ubuntu mantic InRelease [48.8 kB] Ign:2 http://archive.canonical.com/ubuntu mantic InRelease Hit:3 http://archive.ubuntu.com/ubuntu mantic InRelease Err:4 http://archive.canonical.com/ubuntu mantic Release 404 Not Found [IP: ...
wsl2-prompt> sudo apt-get update I get the following output to the terminal: Err:1http://security.debian.org/debian-securitybullseye-security InRelease Temporary failure resolving 'security.debian.org' Err:2http://deb.debian.org/debianbullseye InRelease ...
Ubuntu 18.04 WSL Please help fix this sudo apt-get update [sudo] password for guido: Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101...
运行apt-get更新会在WSL上提供所有的"Ign“。 今天早上我试着在运行在WSL上的Ubuntu16.04上运行sudo apt-get update,它只是一次又一次地尝试每台服务器,收集Ign响应。这到底是怎么回事? Windows 10 - 1809 WSL - Ubuntu 16.04: 发行商ID: Ubuntu 描述: Ubuntu 16.04.5 LTS...
WSL的棘手之处在于你可能有多个版本的python。无论是发行版,windows版本,还是anaconda和其他许多版本。