Veja primeiro:
https://tor.stackexchange.com/q/318/857
Tentando iniciar tor
, recebo prompts para instalar apt
enquanto estou usando 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:~$
Isso é depois de apenas instalar tor
através do snap
, como abaixo. Como o navegador é lançado?
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:~$
Eu ingenuamente espero que a snap
instalação tor
inclua o iniciador do navegador. Correndo Cósmico:
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:~$
Seu problema:
tor
está instalado, mas você pode encontrar o navegador.Minha resposta:
O nome do navegador nos repositórios costumava ser
torbrowser-launcher
é por isso que otor
pacote não funciona para você. Porque "tor" não é um navegador. É um protocolo. Neste momento , não consigo encontrar o torbrowser-launcher no snap. Talvez não exista lá. Mas você pode instalá-lo com apt :para ser honesto, tive problemas semelhantes no mês passado ao instalar o navegador Tor através da loja Software, Synaptic ou Snap. eles não pareciam funcionar em tempos de carregamento de meia hora, não funcionando, nem mesmo instalando.
então eu fui para (último recurso)
https://www.torproject.org/download/
baixei a versão linux (estou executando o Xubuntu 18), descompactei com xarchiver, em uma pasta adequada, executei o Tor Browser (nem precisei tornar esse arquivo executável) e instalei imediatamente e funcionou bem.