web-dev-qa-db-ja.com

スナップインストールからTorブラウザを起動する方法

最初に参照してください:

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:~$ 

私は、snaptorのインストールにブラウザランチャーが含まれることを単純に願っています。 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
Thufir

あなたの問題:torはインストールされていますが、ブラウザを見つけることができます。

私の答え:

リポジトリ内のブラウザの名前はtorbrowser-launcherでした。そのため、torパッケージは機能しません。 「tor」はブラウザではないためです。プロトコルです。現時点では 見つかりませんtorbrowser-launcherがすぐに見つかります。多分そこには存在しません。ただし、aptを使用してインストールできます。

Sudo apt install torbrowser-launcher
2
Rutrus

正直なところ、先月、ソフトウェア、シナプス、またはスナップストアのいずれかを介してTorブラウザーをインストールするときに同様の問題が発生しました。彼らは30分というロード時間で動作しないようで、実行されておらず、インストールさえしていません。

それから私は(最後の手段)に行きました

https://www.torproject.org/download/

linuxバージョン(Xubuntu 18を実行しています)をダウンロードし、xarchiverで適切なフォルダーに解凍し、Torブラウザーを実行し(このファイルを実行可能にする必要もありませんでした)、すぐにインストールしました。

1
Bas Lamerichs