74a3475b1b59e17c06a3fc9e587ccac4e0925e4a
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor Project: Debian/Ubuntu Instructions" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/debian>">Debian/Ubuntu Instructions</a>
11)   </div>
12)   <div id="maincol"> 
Andrew Lewman revisit the debian instruct...

Andrew Lewman authored 13 years ago

13) <a id="debian"></a>
14) <h2><a class="anchor" href="#debian">Option one: Tor on Debian lenny,
15) Debian sid, or Debian testing</a></h2>
16) <br />
17) 
18) <p>
19) If you're using Debian stable (lenny), unstable (sid), or testing
20) (squeeze), just run<br />
21) <tt>apt-get install tor tor-geoipdb</tt>
22) as root.
23) </p>
24) 
25) <p>
26) Note that this might not always give you the latest stable Tor version, but
27) you will receive important security fixes. To make sure that you're running
28) the latest stable version of Tor, see option two below.
29) </p>
30) 
31) <p>
32) Now Tor is installed and running. Move on to <a href="<page
33) docs/tor-doc-unix>#polipo">step two</a> of the "Tor on Linux/Unix"
34) instructions.
35) </p>
36) 
37) <hr />
38) 
39) <a id="ubuntu"></a>
40) <a id="packages"></a>
41) <h2><a class="anchor" href="#ubuntu">Option two: Tor on Ubuntu or
42) Debian</a></h2>
43) <br />
44) 
45) <p>
46) <b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained
47) and out of date. That means you'll be missing stability and security
48) fixes.
49) </p>
50) 
51) <p>
52) You'll need to set up our package repository before you can fetch
Andrew Lewman add a suggestion from Spenc...

Andrew Lewman authored 13 years ago

53) Tor. First, you need to figure out the name of your distribution. A
Peter Palfrader we no longer do intrepid an...

Peter Palfrader authored 13 years ago

54) quick command to run is <tt>lsb_release -c</tt> or <tt>cat /etc/debian_version</tt>.
55) Here's a quick mapping:
Andrew Lewman revisit the debian instruct...

Andrew Lewman authored 13 years ago

56) <ul>
Peter Palfrader we no longer do intrepid an...

Peter Palfrader authored 13 years ago

57) <li> Debian unstable (sid) is "sid"</li>
58) <li> Debian 6.0 (squeeze) is "squeeze"</li>
59) <li> Debian 5.0 (lenny) is "lenny"</li>
Sebastian Hahn Maverick packages are avail...

Sebastian Hahn authored 13 years ago

60) <li> Ubuntu 10.10 is "maverick"</li>
Andrew Lewman revisit the debian instruct...

Andrew Lewman authored 13 years ago

61) <li> Ubuntu 10.04 or Trisquel 4.0 is "lucid"</li>
62) <li> Ubuntu 9.10 or Trisquel 3.5 is  "karmic"</li>
Peter Palfrader we no longer do intrepid an...

Peter Palfrader authored 13 years ago

63) <li> Ubuntu 8.04 is "hardy"</li>
64) <li> Ubuntu 6.06 is "dapper"</li>
Andrew Lewman revisit the debian instruct...

Andrew Lewman authored 13 years ago

65) </ul>
66) 
67) Then add this line to your
68) <tt>/etc/apt/sources.list</tt>
69) file:<br />
70) <pre>
71) deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
72) </pre>
Peter Palfrader we no longer do intrepid an...

Peter Palfrader authored 13 years ago

73) where you put the codename of your distribution (i.e. lenny, sid,
74) maverick or whatever it is)
Andrew Lewman add a suggestion from Spenc...

Andrew Lewman authored 13 years ago

75) in place of &lt;DISTRIBUTION&gt;.
Andrew Lewman revisit the debian instruct...

Andrew Lewman authored 13 years ago

76) </p>
77) 
78) <p>
79) Then add the gpg key used to sign the packages by running the following
80) commands at your command prompt:
81) <pre>
82) gpg --keyserver keys.gnupg.net --recv 886DDD89
83) gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
84) </pre>
85) Now refresh your sources and install Tor by running the following
86) commands (as root) at your command prompt:
87) <pre>
88) apt-get update
89) apt-get install tor tor-geoipdb
90) </pre>
91) </p>
92) 
93) <p>
94) Now Tor is installed and running. Move on to <a href="<page
95) docs/tor-doc-unix>#polipo">step two</a> of the "Tor on Linux/Unix"
96) instructions.
97) </p>
98) 
99) <p style="font-size: small">
100) The DNS name <code>deb.torproject.org</code> is actually a set of independent
101) servers in a DNS round robin configuration.  If you for some reason cannot
102) access it you might try to use the name of one of its part instead.  Try
103) <code>deb-master.torproject.org</code>,
104) <code>mirror.netcologne.de</code> or
105) <code>tor.mirror.youam.de</code>.
106) </p>
107) 
108) <hr />
109) 
110) <a id="development"></a>
111) <h2><a class="anchor" href="#development">Option three: Using the
112) development branch of Tor on Debian or Ubuntu</a></h2>
113) <br />
114) 
Andrew Lewman add a suggestion from Spenc...

Andrew Lewman authored 13 years ago

115) <p>If you want to use the <a href="<page
116) download/download>#packagediff">development branch</a> of Tor instead
117) (more features and more bugs), you need to add a different set of lines
118) to your <tt>/etc/apt/sources.list</tt> file:<br />
Andrew Lewman revisit the debian instruct...

Andrew Lewman authored 13 years ago

119) <pre>
120) deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
121) deb     http://deb.torproject.org/torproject.org experimental-&lt;DISTRIBUTION&gt; main
122) </pre>
Peter Palfrader we no longer do intrepid an...

Peter Palfrader authored 13 years ago

123) where you again substitute the name of your distro (lenny,
124) sid, maverick, ...) in place of
Andrew Lewman add a suggestion from Spenc...

Andrew Lewman authored 13 years ago

125) &lt;DISTRIBUTION&gt;.
Andrew Lewman revisit the debian instruct...

Andrew Lewman authored 13 years ago

126) </p>
127) 
128) <p>
129) Then run the following commands at your command prompt:
130) <pre>
131) gpg --keyserver keys.gnupg.net --recv 886DDD89
132) gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
133) apt-get update
134) apt-get install tor tor-geoipdb
135) </pre>
136) </p>
137) 
138) <p>
139) Now Tor is installed and running. Move on to <a href="<page
140) docs/tor-doc-unix>#polipo">step two</a> of the "Tor on Linux/Unix"
141) instructions.
142) </p>
143) 
144) <hr />
145) 
146) <a id="source"></a>
147) <h2><a class="anchor" href="#source">Building from source</a></h2>
148) <br />
149) 
150) <p>
151) If you want to build your own debs from source you must first add an
152) appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>.
153) <pre>
154) # For the stable version.
155) deb-src http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
156) 
157) # For the unstable version.
158) deb-src http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
159) deb-src http://deb.torproject.org/torproject.org experimental-&lt;DISTRIBUTION&gt; main
160) </pre>
161) You also need to install the necessary packages to build your own debs and the
162) packages needed to build Tor:
163) <pre>
164) apt-get install build-essential fakeroot devscripts
165) apt-get build-dep tor
166) </pre>
167) Then you can build Tor in ~/debian-packages:
168) <pre>
169) mkdir ~/debian-packages; cd ~/debian-packages
170) apt-get source tor
171) cd tor-*
172) debuild -rfakeroot -uc -us
173) cd ..
174) </pre>
175) Now you can install the new package:
176) <pre>
177) sudo dpkg -i tor_*.deb
178) </pre>
179) </p>
180) 
181) <p>
182) Now Tor is installed and running. Move on to <a href="<page
183) docs/tor-doc-unix>#polipo">step two</a> of the "Tor on Linux/Unix"
184) instructions.
185) </p>
186) 
187) <hr />
188) 
189) <p>If you have suggestions for improving this document, please <a
190) href="<page about/contact>">send them to us</a>. Thanks!</p>
191) 
192) <!-- END MAIN COL -->