Ondrej Mikle commited on 2012-09-07 15:13:16
Zeige 1 geänderte Dateien mit 31 Einfügungen und 6 Löschungen.
| ... | ... |
@@ -17,7 +17,7 @@ |
| 17 | 17 |
|
| 18 | 18 |
<p><strong>Do not</strong> use the packages in the native repositories. They are |
| 19 | 19 |
frequently out of date. That means you'll be missing stability and |
| 20 |
- security fixes. |
|
| 20 |
+ security fixes. Repositories contain i686 and x86_64 builds. |
|
| 21 | 21 |
</p> |
| 22 | 22 |
|
| 23 | 23 |
<p> |
| ... | ... |
@@ -25,6 +25,12 @@ |
| 25 | 25 |
Tor. Assuming yum, in /etc/yum.repos.d/, create a file called |
| 26 | 26 |
torproject.repo. Edit this file with the following information: |
| 27 | 27 |
</p> |
| 28 |
+ |
|
| 29 |
+ <p>For Fedora 16, Fedora 17, RHEL 6 (and clones), use following repo file - |
|
| 30 |
+ substitute DISTRIBUTION with one of the following: fc/16, fc/17 or el/6 |
|
| 31 |
+ according to your distribution. |
|
| 32 |
+ </p> |
|
| 33 |
+ |
|
| 28 | 34 |
<pre>[tor-experimental] |
| 29 | 35 |
name=Tor experimental repo |
| 30 | 36 |
enabled=1 |
| ... | ... |
@@ -40,17 +46,36 @@ baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/SRPMS |
| 40 | 46 |
gpgcheck=1 |
| 41 | 47 |
gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc |
| 42 | 48 |
</pre> |
| 43 |
- <p> |
|
| 44 |
- If you wish to track the experimental releases of Tor, you should substitute |
|
| 45 |
- DISTRIBUTION with one of the following: el/5, el/6, fc/16 and fc/17 |
|
| 46 |
- </p> |
|
| 47 |
- |
|
| 48 | 49 |
<p> |
| 49 | 50 |
The keys's fingerprint should be (for RPM-GPG-KEY-torproject.org.asc above, |
| 50 | 51 |
yum will ask about the fingerprint): |
| 51 | 52 |
</p> |
| 52 | 53 |
<pre>3B9E EEB9 7B1E 827B CF0A 0D96 8AF5 653C 5AC0 01F1</pre> |
| 53 | 54 |
|
| 55 |
+ <p>Packages for RHEL 5 (and clones) are signed with different key due to |
|
| 56 |
+ old rpm limitations, use this repo file: |
|
| 57 |
+ </p> |
|
| 58 |
+ |
|
| 59 |
+<pre>[tor-experimental] |
|
| 60 |
+name=Tor experimental repo |
|
| 61 |
+enabled=1 |
|
| 62 |
+baseurl=http://deb.torproject.org/torproject.org/rpm/el/5/$basearch/ |
|
| 63 |
+gpgcheck=1 |
|
| 64 |
+gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.EL5.asc |
|
| 65 |
+ |
|
| 66 |
+[tor-experimental-source] |
|
| 67 |
+name=Tor experimental source repo |
|
| 68 |
+enabled=1 |
|
| 69 |
+autorefresh=0 |
|
| 70 |
+baseurl=http://deb.torproject.org/torproject.org/rpm/el/5/SRPMS |
|
| 71 |
+gpgcheck=1 |
|
| 72 |
+gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.EL5.asc |
|
| 73 |
+</pre> |
|
| 74 |
+ <p> |
|
| 75 |
+ Fingerprint of RPM-GPG-KEY-torproject.org.EL5.asc key above should be: |
|
| 76 |
+ </p> |
|
| 77 |
+<pre>9D27 0E2A 351C B4CB 6D95 78AF F8E7 95F8 B4D4 03EA</pre> |
|
| 78 |
+ |
|
| 54 | 79 |
<p> |
| 55 | 80 |
Then install Tor by running: |
| 56 | 81 |
</p> |
| 57 | 82 |