我anonsurf
在 Kali Linux 上安装了它VMware
,现在我无法使用apt-get install
,apt-get update
也无法卸载它或停止它,我不知道为什么
您可能需要运行“apt --fix-broken install”来更正这些问题。
以下软件包具有未满足的依赖关系:
beef:依赖:libcattle-1.0-0(>= 1.2.0),但无法安装
kali-anonsurf:依赖:i2p,但无法安装
推荐:gtkdialog,但无法安装
推荐:gufw,但无法安装
E:未满足的依赖关系。尝试在不使用软件包的情况下运行“apt --fix-broken install”(或指定解决方案)。
这是尝试安装包时的错误
错误:1https://http.kali.org/kalikali-rolling InRelease
解析“http.kali.org”暂时失败
Err:2http://deb.i2p2.no不稳定 InRelease
暂时无法解析“deb.i2p2.no”
正在读取软件包列表... 完成
W:无法获取https://http.kali.org/kali/dists/kali-rolling/InRelease 暂时无法解析“http.kali.org”
W:无法获取http://deb.i2p2.no/dists/unstable/InRelease 暂时无法解析“deb.i2p2.no”
W: 某些索引文件下载失败。它们已被忽略,或使用旧文件代替。
apt-get update
这是我尝试过的错误apt-get remove anonsurf
,但它说无法找到包anonsurf
,anonsurf
当我使用anonsurf -h
或任何anonsurf
命令时有效
,我从根目录删除了anonsurf
目录,但什么也没发生,我尝试过anonsurf stop
,但anonsurf stopi2p
没有成功,那么如何解决这个问题
Thanks in advance.
答案1
该问题出现在 Kali 存储库中。可以通过将以下行添加到 /etc/apt/sources.list.d/i2p.list 来修复
德布https://deb.i2p2.de/buster main deb-srchttps://deb.i2p2.de/破坏主
然后,运行 apt update