首先看:
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
会包含浏览器启动器。运行 Cosmic:
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:~$
答案1
你的问题:
tor
已安装但您可以找到浏览器。
我的答案:
存储库中的浏览器名称曾经是,torbrowser-launcher
这就是为什么tor
包对您不起作用的原因。因为“tor”不是浏览器。它是一种协议。目前我找不到 torbrowser启动器在 snap 中。可能不存在。但你可以使用易于:
sudo apt install torbrowser-launcher
答案2
说实话,上个月我通过 Either Software、Synaptic 或 Snap 商店安装 Tor 浏览器时也遇到了类似的问题。它们似乎无法工作,加载时间长达半小时,无法运行,甚至无法安装。
然后我去了(最后的手段)
https://www.torproject.org/download/
我下载了 linux 版本(我正在运行 Xubuntu 18),我用 xarchiver 将其解压到合适的文件夹中,然后运行 Tor 浏览器(我甚至不必使该文件可执行),它立即安装,并且运行良好。