当我尝试在 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
答案1
我建议您使用以下方式搜索软件包:
$ apt search tor**
如果在存储库中找到它,您会看到如下内容:
Tor/稳定 0.2.9.14-1 amd64
TCP 匿名覆盖网络
然后运行
$ sudo apt install tor