这是我输入时出现的错误apt update
Err:1 http://archive.getdeb.net/ubuntu xenial-getdeb InRelease
Could not connect to archive.getdeb.net:80 (144.76.200.19). - connect (111: Connection refused)
Hit:2 http://kali.mirror.globo.tech/kali kali-rolling InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
643 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/xenial-getdeb/InRelease Could not connect to archive.getdeb.net:80 (144.76.200.19). - connect (111: Connection refused)
W: Some index files failed to download. They have been ignored, or old ones used instead.
连接正常,我可以浏览网站、ping 地址、克隆文件。我在apt-get update
这个问题上停留了一段时间,得到了同样的结果。我不确定它是否与我的代理有关,cat /etc/apt/apt.conf
没有返回任何内容。
答案1
正如评论中提到的,您应该删除http://archive.getdeb.net/ubuntu xenial-getdeb
存储库。由于某种原因,你的计算机无法连接到它,但无论如何,你不应该在 Kali 上混合存储库;作为文档说,
添加到 Kali resources.list 文件中的任何其他存储库很可能会破坏您的 KALI LINUX 安装。