apt-getリストを更新しようとしています。私の国では、多くのサイトがブロックされているか、企業からブロックされています。
システム全体にプロキシを使用するとエラーが発生します。
Torはブラウジング時に完全に機能します。apt-get
を更新できますか Torからの接続を介して?
Tor接続を使用してブロックされたサイトのブロックを解除したいので、apt-get update
を実行できます エラーなし。
編集 :Ubuntu13.10とTor0.2.21を使用しています
$ sudo apt-get update
[sudo] password for alexander:
Ign http://extras.ubuntu.com saucy InRelease
Ign http://security.ubuntu.com saucy-security InRelease
Ign http://us.archive.ubuntu.com saucy InRelease
Hit http://extras.ubuntu.com saucy Release.gpg
Get:1 http://dl.google.com stable InRelease [1,540 B]
100% [1 InRelease gpgv 1,540 B] [Waiting for headers] [Waiting for headers]
[WaSplitting up/var/lib/apt/lists/partial/dl.google.com_linux_chrome_deb_dists_stabIgn
http://dl.google.com stable InRelease
E: GPG error: http://dl.google.com stable InRelease: Clearsigned file isn't valid,
got 'NODATA' (does the network require authentication?
承認された回答:
apt-transport-tor
をインストールします パッケージしてから:
/etc/apt/sources.list
を編集します プレフィックスtor+
を追加します リポジトリに。
deb tor+http://deb.debian.org/debian unstable main
deb-src tor+http://deb.debian.org/debian unstable main
これにより、aptがtorを超えてしまう可能性があります。
注:http://deb.debian.org/debian unstable main
に置き換えてください ディストリビューションに適切なソースを使用します。