先看:
https://tor.stackexchange.com/q/318/857
尝试启动时tor
,我会收到安装提示,apt
而我正在使用snap
:
thufir@dur:~$
thufir@dur:~$ tor
Command 'tor' not found, but can be installed with:
sudo apt install tor
thufir@dur:~$
thufir@dur:~$ torbrowser-launcher
Command 'torbrowser-launcher' not found, but can be installed with:
sudo apt install torbrowser-launcher
thufir@dur:~$
这是刚刚tor
通过安装后snap
,如下所示。浏览器是如何启动的?
thufir@dur:~$
thufir@dur:~$ sudo snap install tor
snap "tor" is already installed, see 'snap help refresh'
thufir@dur:~$
thufir@dur:~$ snap info tor
name: tor
summary: Anonymising TCP overlay network
publisher: Iain R. Learmonth (irl)
license: unset
description: |
Tor is free software and an open network that helps you defend against
traffic analysis, a form of network surveillance that threatens personal
freedom and privacy, confidential business activities and relationships,
and state security.
Tor will accept connections from other applications on your computer on TCP
port 9050. If you would just like to browse the web with Tor, see Tor
Browser instead. This client is configured with defaults that will work for
most use cases. For advanced use, install tor from your distribution's
package manager.
services:
tor: simple, enabled, active
snap-id: GZm8Xr8BoWoe4y5pN1QJp3OGWyKGbDqc
tracking: stable
refresh-date: today at 01:10 PDT
channels:
stable: 0.2.9.17 2018-11-07 (2) 6MB -
candidate: ↑
beta: ↑
edge: ↑
installed: 0.2.9.17 (2) 6MB -
thufir@dur:~$
我天真地希望snap
安装tor
包括浏览器启动器。运行宇宙:
thufir@dur:~$
thufir@dur:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
thufir@dur:~$
您的问题:
tor
已安装但您可以找到浏览器。我的答案:
存储库中浏览器的名称曾经是包不适合您
torbrowser-launcher
的原因。tor
因为“tor”不是浏览器。这是一个协议。目前,我无法立即找到 torbrowser-launcher。也许那里不存在。但是您可以使用apt安装它:老实说,上个月我通过软件、Synaptic 或 Snap 商店安装 Tor 浏览器时遇到了类似的问题。他们似乎没有工作半小时的加载时间,没有运行,甚至没有安装。
然后我去了(最后的手段)
https://www.torproject.org/download/
我下载了 linux 版本(我正在运行 Xubuntu 18)我用 xarchiver 将它解压缩,在一个合适的文件夹中然后运行 Tor 浏览器(我什至不必使这个文件可执行)并立即安装,并且运行良好。