8bff0563f5b3234851e6a5a746374eb027d98d18
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)     
Ondrej Mikle Notice on RPM updates break

Ondrej Mikle authored 11 years ago

23)     <p><strong>Notice:</strong> there will be a break in updates of RPM
24)     repositories, expected until around 2012-12-20. Latest versions packaged are
25)     0.2.3.24-rc and 0.2.4.5-alpha. In the meantime, <a
26)     href="<gitblob>doc/tor-rpm-creation.txt">building from source</a> will be
27)     necessary.
28)     </p>
29)     
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

30)     <p>
31)     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

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 11 years ago

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

Ondrej Mikle authored 11 years ago

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

Ondrej Mikle authored 11 years ago

37)     <h3>Fedora 16/17 and EL6 packages</h3>
38) 
Ondrej Mikle Updated RPM instructions fo...

Ondrej Mikle authored 11 years ago

39)     <p>For Fedora 16, Fedora 17, RHEL 6 (and clones), use following repo file - 
40)     substitute DISTRIBUTION with one of the following: fc/16, fc/17 or el/6
41)     according to your distribution.
42)     </p>
43)     
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

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

Peter Palfrader authored 11 years ago

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

Peter Palfrader authored 11 years ago

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

Peter Palfrader authored 11 years ago

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

Ondrej Mikle authored 11 years ago

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

Peter Palfrader authored 11 years ago

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

Robert Ransom authored 13 years ago

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

Peter Palfrader authored 11 years ago

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

Robert Ransom authored 13 years ago

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

Peter Palfrader authored 11 years ago

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

Peter Palfrader authored 11 years ago

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

Ondrej Mikle authored 11 years ago

65)     <h3>EL5 packages</h3>
66) 
Ondrej Mikle Updated RPM instructions fo...

Ondrej Mikle authored 11 years ago

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

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

69)     </p>
70)     
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

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

Ondrej Mikle authored 11 years ago

72) name=Tor experimental repo
73) enabled=1
74) baseurl=http://deb.torproject.org/torproject.org/rpm/el/5/$basearch/
75) gpgcheck=1
76) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.EL5.asc
77) 
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

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

Ondrej Mikle authored 11 years ago

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

Ondrej Mikle authored 11 years ago

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

Robert Ransom authored 13 years ago

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

Ondrej Mikle authored 11 years ago

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

Robert Ransom authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Ondrej Mikle authored 11 years ago

99)     <p>
100)     Start Tor using:
101)     </p>
102) <pre>service tor start</pre>
103)     
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

104)     <p>
105)     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

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

107)     instructions.
108)     </p>
109)     
110)     <p style="font-size: small">
111)     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

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

Andrew Lewman authored 13 years ago

115)     <code>deb-master.torproject.org</code>,
116)     <code>mirror.netcologne.de</code> or
117)     <code>tor.mirror.youam.de</code>.
118)     </p>
119)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

123)     
Ondrej Mikle Added note about repository...

Ondrej Mikle authored 11 years ago

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

Andrew Lewman authored 13 years ago

136)     <a id="source"></a>
137)     <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

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

Andrew Lewman authored 13 years ago

139)     
140)     <p>
141)     If you'd like to build from source, please follow the <a
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

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

143)     </p>
144)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

145)     <hr>