当我试图安装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几天前我安装了它,然后我不得不删除它sudo apt-get remove --purge tor。
现在我不能安装它了。
知道为什么吗?
发布于 2015-06-30 12:28:46
tor创建于宇宙存储库中,因此首先启用它。
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"现在更新软件资源
sudo apt-get update现在您可以安装它:
sudo apt-get install tor发布于 2015-06-30 12:11:19
https://askubuntu.com/questions/642681
复制相似问题