## translation metadata
# Revision: $Revision$
# Translation-Priority: 3-low
#include "head.wmi" TITLE="Tor Project: CentOS/Fedora/OpenSUSE Instructions" CHARSET="UTF-8"
<div id="content" class="clearfix">
<div id="breadcrumbs">
<a href="<page index>">Home » </a>
<a href="<page docs/documentation>">Documentation » </a>
<a href="<page docs/rpms>">RPMs</a>
</div>
<div id="maincol">
<a id="rpms"></a>
<h2><a class="anchor" href="#rpms">Tor packages for RPM-based
linux distributions.</a></h2>
<br>
<p><strong>Do not</strong> use the packages in the native repositories. They are
frequently out of date. That means you'll be missing stability and
security fixes.
</p>
<p>
You'll need to set up our package repository before you can fetch
Tor. Repositories contain i686 and x86_64 builds. Assuming yum, in
/etc/yum.repos.d/, create a file called
torproject.repo. Edit this file with the following information:
</p>
<h3>Fedora 19/20 and EL6 packages</h3>
<p>For Fedora 19, Fedora 20, RHEL 6 (and clones), use following repo file -
substitute DISTRIBUTION with one of the following: fc/19, fc/20 or el/6
according to your distribution.
</p>
<pre>[tor]
name=Tor experimental repo
enabled=1
baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/$basearch/
gpgcheck=1
gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
[tor-source]
name=Tor experimental source repo
enabled=1
autorefresh=0
baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/SRPMS
gpgcheck=1
gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
</pre>