46b05005c7b2de9f2f15b6ddf6c3992d2edbe052
Andrew Lewman add instructions for linux...

Andrew Lewman authored 14 years ago

1) ## translation metadata
Runa A. Sandvik props

Runa A. Sandvik authored 14 years ago

2) # Revision: $Revision$
Andrew Lewman add instructions for linux...

Andrew Lewman authored 14 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor: CentOS/Fedora/OpenSUSE Instructions" CHARSET="UTF-8"
6) 
7) <div class="center">
8) 
9) <div class="main-column">
10) 
11) <a id="rpms"></a>
12) <h2><a class="anchor" href="#rpms">Tor packages for rpm-based
13) linux distributions.</a></h2>
14) <br />
15) 
Runa A. Sandvik fixed the tags

Runa A. Sandvik authored 14 years ago

16) <p>Do not use the packages in the native repositories. They are
Andrew Lewman add instructions for linux...

Andrew Lewman authored 14 years ago

17) frequently out of date. That means you'll be missing stability and
18) security fixes.
19) </p>
20) 
21) <p>
22) You'll need to set up our package repository before you can fetch
23) Tor.  Assuming yum, in /etc/yum.repos.d/, create a file called
24) torproject.repo.  Edit this file with the following information:
Erinn Clark Change <tt> to <pre> so it'...

Erinn Clark authored 14 years ago

25) <pre>[torproject]
Andrew Lewman add instructions for linux...

Andrew Lewman authored 14 years ago

26) name=Tor and Vidalia
27) enabled=1
28) autorefresh=0
29) baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/
30) type=rpm-md
31) gpgcheck=1
32) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org
Erinn Clark Change <tt> to <pre> so it'...

Erinn Clark authored 14 years ago

33) </pre>
Andrew Lewman add instructions for linux...

Andrew Lewman authored 14 years ago

34) 
Erinn Clark update rpms.wml with inform...

Erinn Clark authored 14 years ago

35) If you wish to track the stable releases of Tor, you should substitute
36) DISTRIBUTION with one of the following: centos4, centos5, fc10, fc11, fc12,
37) suse
38) 
39) To track experimental releases, substitute DISTRIBUTION with one of these:
40) centos4-experimental, centos5-experimental, fc10-experimental,
41) fc11-experimental, fc12-experimental, suse-experimental