e2e506dd8ed24d037d0c66d0c0a149c128667c29
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
Sebastian Hahn Reorder a sentence on the r...

Sebastian Hahn authored 11 years ago

20)     security fixes.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)     </p>
22)     
23)     <p>
24)     You'll need to set up our package repository before you can fetch
Sebastian Hahn Reorder a sentence on the r...

Sebastian Hahn authored 11 years ago

25)     Tor. Repositories contain i686 and x86_64 builds. Assuming yum, in
26)     /etc/yum.repos.d/, create a file called
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

27)     torproject.repo.  Edit this file with the following information:
Sebastian Hahn <pre> implicitly closes <p>...

Sebastian Hahn authored 11 years ago

28)     </p>
Ondrej Mikle Updated RPM instructions fo...

Ondrej Mikle authored 11 years ago

29) 
Ondrej Mikle RPMs: Fedora 18 packages note

Ondrej Mikle authored 11 years ago

30)     <h3>Fedora 17/18 and EL6 packages</h3>
Ondrej Mikle Nicer formatting for RPM in...

Ondrej Mikle authored 11 years ago

31) 
Ondrej Mikle RPMs: Fedora 18 packages note

Ondrej Mikle authored 11 years ago

32)     <p>For Fedora 17, Fedora 18, RHEL 6 (and clones), use following repo file - 
33)     substitute DISTRIBUTION with one of the following: fc/17, fc/18 or el/6
Ondrej Mikle Updated RPM instructions fo...

Ondrej Mikle authored 11 years ago

34)     according to your distribution.
35)     </p>
36)     
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

37) <pre>[tor]
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

38) name=Tor experimental repo
39) enabled=1
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

40) baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/$basearch/
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

41) gpgcheck=1
42) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
43) 
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

44) [tor-source]
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

45) name=Tor experimental source repo
Robert Ransom Remove spurious whitespace

Robert Ransom authored 13 years ago

46) enabled=1
47) autorefresh=0
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

48) baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/SRPMS
Robert Ransom Remove spurious whitespace

Robert Ransom authored 13 years ago

49) gpgcheck=1
Peter Palfrader Maybe that makes vertical s...

Peter Palfrader authored 11 years ago

50) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
51) </pre>
Peter Palfrader Patch by Ondrej

Peter Palfrader authored 11 years ago

52)     <p>
53)     The keys's fingerprint should be (for RPM-GPG-KEY-torproject.org.asc above,
54)     yum will ask about the fingerprint):
55)     </p>
56) <pre>3B9E EEB9 7B1E 827B CF0A  0D96 8AF5 653C 5AC0 01F1</pre>
57) 
Ondrej Mikle Nicer formatting for RPM in...

Ondrej Mikle authored 11 years ago

58)     <h3>EL5 packages</h3>
59) 
Ondrej Mikle Updated RPM instructions fo...

Ondrej Mikle authored 11 years ago

60)     <p>Packages for RHEL 5 (and clones) are signed with different key due to
Ondrej Mikle Nicer formatting for RPM in...

Ondrej Mikle authored 11 years ago

61)     old rpm limitations, put this repo file in /etc/yum.repos.d/ directory:
Ondrej Mikle Updated RPM instructions fo...

Ondrej Mikle authored 11 years ago

62)     </p>
63)     
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

64) <pre>[tor]
Ondrej Mikle Updated RPM instructions fo...

Ondrej Mikle authored 11 years ago

65) name=Tor experimental repo
66) enabled=1
67) baseurl=http://deb.torproject.org/torproject.org/rpm/el/5/$basearch/
68) gpgcheck=1
69) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.EL5.asc
70) 
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

71) [tor-source]
Ondrej Mikle Updated RPM instructions fo...

Ondrej Mikle authored 11 years ago

72) name=Tor experimental source repo
73) enabled=1
74) autorefresh=0
75) baseurl=http://deb.torproject.org/torproject.org/rpm/el/5/SRPMS
76) gpgcheck=1
77) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.EL5.asc
78) </pre>
79)     <p>
80)     Fingerprint of RPM-GPG-KEY-torproject.org.EL5.asc key above should be:
81)     </p>
82) <pre>9D27 0E2A 351C B4CB 6D95  78AF F8E7 95F8 B4D4 03EA</pre>
83) 
Ondrej Mikle Nicer formatting for RPM in...

Ondrej Mikle authored 11 years ago

84)     <h3>Package installation and running</h3>
85) 
Robert Ransom Tell users to install Tor b...

Robert Ransom authored 13 years ago

86)     <p>
Ondrej Mikle Nicer formatting for RPM in...

Ondrej Mikle authored 11 years ago

87)     Once you have the repo file, install Tor using (yum will ask about the
88)     key's fingerprint the first time):
Robert Ransom Tell users to install Tor b...

Robert Ransom authored 13 years ago

89)     </p>
90) <pre>yum install tor</pre>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

91)     
Ondrej Mikle Nicer formatting for RPM in...

Ondrej Mikle authored 11 years ago

92)     <p>
93)     Start Tor using:
94)     </p>
95) <pre>service tor start</pre>
96)     
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

97)     <p>
98)     Now Tor is installed and running. Move on to <a href="<page
Andrew Lewman update the step two link.

Andrew Lewman authored 12 years ago

99)     docs/tor-doc-unix>#using">step two</a> of the "Tor on Linux/Unix"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

100)     instructions.
101)     </p>
102)     
103)     <p style="font-size: small">
104)     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

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

Andrew Lewman authored 13 years ago

108)     <code>deb-master.torproject.org</code>,
109)     <code>mirror.netcologne.de</code> or
110)     <code>tor.mirror.youam.de</code>.
111)     </p>
112)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

116)     
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

117)     <h2>Alpha/development packages</a></h2>
118)     <br>
119)     
120)     <p>
121)     There is a repository that contains packages for latest alpha branch of Tor.
122)     If you'd like to experiment with them, use one of the above repo files, just
123)     change the baseurl to (similarly to previous section, substitute
124)     DISTRIBUTION based on your distribution; for source rpms use "SRPMS" instead
125)     of $basearch):
126)     </p>
127) <pre>baseurl=http://deb.torproject.org/torproject.org/rpm/tor-testing/DISTRIBUTION/$basearch/</pre>
128)     
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

129)     <a id="source"></a>
130)     <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

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

Andrew Lewman authored 13 years ago

132)     
133)     <p>
134)     If you'd like to build from source, please follow the <a
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

135)     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

136)     </p>
137)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

138)     <hr>