32a7dbd75b8c6e3d66388ff38b0880b10ebbe603
Runa A. Sandvik new and updated translations

Runa A. Sandvik authored 14 years ago

1) 
2) 
3) 
4) 
5) 
6) 
7) ## translation metadata
8) # Revision: $Revision$
9) # Translation-Priority: 3-low
10) #include "head.wmi" TITLE="Vidalia: Debian/Ubuntu Instructions" CHARSET="UTF-8"
11) <div class="center">
12) 
13) <div class="main-column">
14) 
15) <a id="debian"></a> <a id="packages"></a>
16) <h2><a class="anchor" href="#debian">Vidalia en Ubuntu o Debian</a></h2>
17) <br />
18) 
19) <p>
20) <b>No utilizar los paquetes en el universo de Ubuntu.</ b> Son Unmaintained
21) y fuera de fecha. Eso significa que se le falta estabilidad y parches de
22) seguridad.
23) </p>
24) 
25) <p>
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

26) You'll need to set up our package repository before you can fetch
27) Vidalia. First, you need to figure out the name of your distribution. If
28) you're using Ubuntu 9.10 or 10.04, it's "karmic", while 9.04 is "jaunty",
29) 8.10 is "intrepid", and 8.04 is "hardy". If you're using Debian Etch, it's
30) "etch", and Debian Lenny is "lenny". Then add this line to your
31) <tt>/etc/apt/sources.list</tt> file:<br />
Runa A. Sandvik new and updated translations

Runa A. Sandvik authored 14 years ago

32) <pre>
33) deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
34) </pre>
35) en la que sustituir la palabra por encima de (etch, lenny, sid, kármica,
36) alegre, intrépido, fuerte) en lugar de &lt;DISTRIBUCIÓN&gt;
37) </p>
38) 
39) <p>
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

40) Then add the gpg key used to sign the packages by running the following
41) commands at your command prompt:
Runa A. Sandvik new and updated translations

Runa A. Sandvik authored 14 years ago

42) <pre>
43) gpg --keyserver keys.gnupg.net --recv 886DDD89
44) gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
45) </pre>
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

46) Now refresh your sources and install Vidalia by running the following
47) commands at your command prompt: