GNU/Linux >> Tutoriales Linux >  >> Ubuntu

¿Actualizar apt-get a través de Tor?

Estoy tratando de actualizar mi lista de apt-get. En mi país muchos sitios están bloqueados o han sido bloqueados por empresas.

Cuando uso un proxy para todo el sistema obtengo errores,
Tor funciona perfectamente al navegar.
¿Puedo actualizar apt-get? a través de una conexión de Tor?
Quiero decir que quiero desbloquear los sitios bloqueados usando la conexión Tor, para poder realizar apt-get update sin errores.

Editar :Estoy usando Ubuntu 13.10 y 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?

Respuesta aceptada:

Instala el apt-transport-tor paquete y luego:

Edite /etc/apt/sources.list para agregar el prefijo tor+ a sus repositorios.

deb     tor+http://deb.debian.org/debian unstable main
deb-src tor+http://deb.debian.org/debian unstable main

Esto permitirá que apt pase por encima de tor.

Nota:Sustituya http://deb.debian.org/debian unstable main con las fuentes apropiadas para su distribución.


Ubuntu
  1. Debian apt-get wheezy fuentes.list

  2. Debian apt-get squeeze fuentes.lista

  3. Debian apt-get jessie fuentes.lista

  4. ¿No se puede actualizar desde los repositorios oficiales?

  5. ¿Errores al ejecutar Apt-get Update?

¿Qué hace sudo apt-get update?

Actualice el kernel de Linux en Ubuntu a través de UKUU

Cómo reparar Ubuntu apt-get atorado en 0 [Conectándose a us.archive.ubuntu.com]

Cómo reparar el error BADSIG de apt-get update GPG en Ubuntu o Debian

¿Por qué son tan grandes las recuperaciones de actualización de Apt-get?

¿Ubuntu no puede actualizar algunos repositorios?