내 apt-get 목록을 업데이트하려고합니다. 우리나라에서는 많은 사이트가 차단되었거나 회사에서 차단되었습니다.
전체 시스템에 프록시를 사용하면 오류가 발생하며
Tor 는 탐색 할 때 완벽하게 작동합니다. apt-get
Tor와의 연결을 통해 업데이트 할 수 있습니까 ? Tor 연결을 사용하여 차단 된 사이트를 차단 해제하려고하므로 apt-get update
오류없이 수행 할 수 있습니다.
편집 : Ubuntu 13.10 및 Tor 0.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?
sudo apt-get update -o Debug::Acquire::http=true
?
sudo apt-get update
무엇입니까?