ee6594726b4255b3fbe1e4175cf78f48fe6caad8
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
Erinn Clark first pass for preliminary...

Erinn Clark authored 13 years ago

36) DISTRIBUTION with one of the following: centos4, centos5, fc11, fc12,
Andrew Lewman clarify the rpm directions...

Andrew Lewman authored 13 years ago

37) fc13, suse</p>
Erinn Clark update rpms.wml with inform...

Erinn Clark authored 14 years ago

38) 
Erinn Clark break up wall of text that...

Erinn Clark authored 14 years ago

39) <p>To track experimental releases, substitute DISTRIBUTION with one of these:
Erinn Clark first pass for preliminary...

Erinn Clark authored 13 years ago

40) centos4-experimental, centos5-experimental, fc11-experimental,
Andrew Lewman clarify the rpm directions...

Andrew Lewman authored 13 years ago

41) fc12-experimental, fc13-experimental, suse-experimental</p>
Andrew Lewman add instructions for linux...

Andrew Lewman authored 14 years ago

42) 
Andrew Lewman fix up the rpm directions,...

Andrew Lewman authored 13 years ago

43) <p>To install tor as root, type "yum install tor" or use your
44) favorite package manager.</p>
Andrew Lewman clarify the rpm directions...

Andrew Lewman authored 13 years ago

45) 
46) <p> Now Tor is installed and running. Move on to <a href="<page
Andrew Lewman add instructions for linux...

Andrew Lewman authored 14 years ago

47) docs/tor-doc-unix>#polipo">step two</a> of the "Tor on Linux/Unix"
Andrew Lewman clarify the rpm directions...

Andrew Lewman authored 13 years ago

48) instructions.</p>