499f1e59baaf3de6564f831aeb3c20b0f575a7da
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: CentOS/Fedora/OpenSUSE 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/rpms>">RPMs</a>
11)   </div>
12)   <div id="maincol"> 
13)     <a id="rpms"></a>
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

14)     <h2><a class="anchor" href="#rpms">Tor packages for RPM-based
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15)     linux distributions.</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

16)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

17)     
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

18)     <p><strong>Do not</strong> use the packages in the native repositories. They are
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

19)     frequently out of date. That means you'll be missing stability and
20)     security fixes.
21)     </p>
22)     
23)     <p>
24)     You'll need to set up our package repository before you can fetch
25)     Tor.  Assuming yum, in /etc/yum.repos.d/, create a file called
26)     torproject.repo.  Edit this file with the following information:
Robert Ransom Remove spurious whitespace

Robert Ransom authored 13 years ago

27) <pre>[torproject]
28) name=Tor and Vidalia
29) enabled=1
30) autorefresh=0
31) baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/
32) type=rpm-md
33) gpgcheck=1
34) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org</pre>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

35)     
36)     If you wish to track the stable releases of Tor, you should substitute
Andrew Lewman update the list of OSes we...

Andrew Lewman authored 13 years ago

37)     DISTRIBUTION with one of the following: centos4, centos5, fc13, fc14, suse</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

38)     
39)     <p>To track experimental releases, substitute DISTRIBUTION with one of these:
Andrew Lewman update the list of OSes we...

Andrew Lewman authored 13 years ago

40)     centos4-experimental, centos5-experimental, fc13-experimental,
41)     fc14-experimental, suse-experimental</p>
Robert Ransom Tell users to install Tor b...

Robert Ransom authored 13 years ago

42) 
43)     <p>
44)     Then install Tor by running:
45)     </p>
46) <pre>yum install tor</pre>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

47)     
48)     <p>
49)     Now Tor is installed and running. Move on to <a href="<page
50)     docs/tor-doc-unix>#polipo">step two</a> of the "Tor on Linux/Unix"
51)     instructions.
52)     </p>
53)     
54)     <p style="font-size: small">
55)     The DNS name <code>deb.torproject.org</code> is actually a set of independent
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

56)     servers in a DNS round-robin configuration.  If for some reason you cannot
57)     use it, you might be able to access one of the individual servers
58)     instead.  Try
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

59)     <code>deb-master.torproject.org</code>,
60)     <code>mirror.netcologne.de</code> or
61)     <code>tor.mirror.youam.de</code>.
62)     </p>
63)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

64)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

65)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

66)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

67)     
68)     <a id="source"></a>
69)     <h2><a class="anchor" href="#source">Building from source</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

70)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

71)     
72)     <p>
73)     If you'd like to build from source, please follow the <a
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

74)     href="<gitblob>doc/tor-rpm-creation.txt">RPM creation instructions</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

75)     </p>
76)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

77)     <hr>