最初に参照してください:
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:~$
あなたの問題:tor
はインストールされていますが、ブラウザを見つけることができます。
私の答え:
リポジトリ内のブラウザの名前はtorbrowser-launcher
でした。そのため、tor
パッケージは機能しません。 「tor」はブラウザではないためです。プロトコルです。現時点では 見つかりませんtorbrowser-launcherがすぐに見つかります。多分そこには存在しません。ただし、aptを使用してインストールできます。
Sudo apt install torbrowser-launcher
正直なところ、先月、ソフトウェア、シナプス、またはスナップストアのいずれかを介してTorブラウザーをインストールするときに同様の問題が発生しました。彼らは30分というロード時間で動作しないようで、実行されておらず、インストールさえしていません。
それから私は(最後の手段)に行きました
https://www.torproject.org/download/
linuxバージョン(Xubuntu 18を実行しています)をダウンロードし、xarchiverで適切なフォルダーに解凍し、Torブラウザーを実行し(このファイルを実行可能にする必要もありませんでした)、すぐにインストールしました。