当我试图在kali linux 2017上安装tor时,它只是说:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tor is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'tor' has no installation candidate发布于 2018-01-15 21:28:03
我建议您使用以下方法搜索该软件包:
$ apt search tor**如果在回购中发现的话,你会看到这样的情况:
tor/稳定的0.2.9.14-1 amd64匿名覆盖网络
那就跑吧
$ sudo apt install torhttps://unix.stackexchange.com/questions/417336
复制相似问题