problema com a instalação do Tor no Ubuntu 12.04

1

Eu tentei instalar o tor no terminal por:

sudo apt-get install tor

e esta é a saída:

> Reading package lists... Done
Building dependency tree       
Reading state information... Done
tor is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up tor (0.2.2.35-1) ...
Raising maximum number of filedescriptors (ulimit -n) to 32768.
Starting tor daemon: tor...
ABORTED: Tor configuration invalid:
May 02 12:31:09.978 [notice] Tor v0.2.2.35 (git-73ff13ab3cc9570d). This is experimental software. Do not rely on it for strong anonymity. (Running on Linux i686)
May 02 12:31:09.978 [warn] Failed to parse/validate config: Unknown option 'ClientTransportPlugin'.  Failing.
May 02 12:31:09.978 [err] Reading config failed--see warnings above.
invoke-rc.d: initscript tor, action "start" failed.
dpkg: error processing tor (--configure):
 subprocess installed post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of tor-geoipdb:
 tor-geoipdb depends on tor (>= 0.2.2.35-1); however:
  Package tor is not configured yet.
dpkg: error processing tor-geoipdb (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 tor
 tor-geoipdb
E: Sub-process /usr/bin/dpkg returned an error code (1)

assim, alguém pode me ajudar a consertá-lo plz!? : |

Thanx @MrSeed! Eu tentei remover por:

sudo apt-get remove tor

e a saída:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  tor tor-geoipdb
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 6,361 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 396092 files and directories currently installed.)
Removing tor-geoipdb ...
Removing tor ...
Stopping tor daemon: not running (there is no /var/run/tor/tor.pid).
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...

e, em seguida, instale novamente por:

sudo apt-get install tor

e saída:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  tor-geoipdb
Suggested packages:
  mixmaster xul-ext-torbutton socat tor-arm polipo privoxy
The following NEW packages will be installed:
  tor tor-geoipdb
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1,868 kB of archives.
After this operation, 6,361 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously unselected package tor.
(Reading database ... 396065 files and directories currently installed.)
Unpacking tor (from .../tor_0.2.2.35-1_i386.deb) ...
Selecting previously unselected package tor-geoipdb.
Unpacking tor-geoipdb (from .../tor-geoipdb_0.2.2.35-1_all.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up tor (0.2.2.35-1) ...
Raising maximum number of filedescriptors (ulimit -n) to 32768.
Starting tor daemon: tor...
ABORTED: Tor configuration invalid:
May 02 19:54:07.679 [notice] Tor v0.2.2.35 (git-73ff13ab3cc9570d). This is experimental software. Do not rely on it for strong anonymity. (Running on Linux i686)
May 02 19:54:07.679 [warn] Failed to parse/validate config: Unknown option 'ClientTransportPlugin'.  Failing.
May 02 19:54:07.679 [err] Reading config failed--see warnings above.
invoke-rc.d: initscript tor, action "start" failed.
dpkg: error processing tor (--configure):
 subprocess installed post-installation script returned error exit status 255
No apport report written because MaxReports is reached already
                                                              dpkg: dependency problems prevent configuration of tor-geoipdb:
 tor-geoipdb depends on tor (>= 0.2.2.35-1); however:
  Package tor is not configured yet.
dpkg: error processing tor-geoipdb (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
 tor
 tor-geoipdb
E: Sub-process /usr/bin/dpkg returned an error code (1)

infelizmente o mesmo erro! : '(

    
por h.shaterian 02.05.2013 / 10:10

2 respostas

1

Parece que a minha primeira opção não funcionou. Aqui está a opção 2:

Como mencionado por @Mik É melhor usar o pacote do navegador tor como a versão do tor no repositório é muito antiga.

Então, o que você quer fazer é:

  1. Faça o download do Tor Brownser Bundle daqui (se solicitado, abra com ou salve como escolha salvar como.) - > Pacote do navegador Tor
  2. Quando o seu download estiver completo, abra o local onde você o baixou. (Provável em /home/<username>/Downloads )
  3. Descompacte o arquivo: clique com o botão direito no arquivo - > Extrair aqui
  4. Abra a pasta extraída.
  5. Na pasta Extraído, você verá um arquivo chamado start-tor-browser . Abra esse arquivo clicando duas vezes nele e diga "Executar" e não executar no Terminal.
  6. Depois disso, siga as etapas fornecidas pelo tor.

Para mais informações e instruções:

Instalação em Linux

Verifique se você tem a versão correta do Tor Browser Bundle

    
por Meintjes 02.05.2013 / 10:35
0

Eu tenho outra solução para você, faça o download de sites de terceiros como:

http://linux.softpedia.com/get/Internet/Proxy/Tor-Browser-Bundle-2845.shtml

extraia o arquivo .tar.gz para sua pasta pessoal, clique com o botão direito do mouse em start tor e configure execute as as program. defina as permissões necessárias e execute o programa. e vai funcionar bem.

    
por Mahyar Pasarzangene 02.05.2013 / 19:08