Changes

Jump to navigation Jump to search
118 bytes removed ,  05:29, 28 January 2013
m
→‎Configure third party repo: put all three rpm commands in one block to simplify cut-n-paste
Line 124: Line 124:     
==== Configure third party repo ====
 
==== Configure third party repo ====
Enable the EPEL repo
+
Enable the EPEL, ATrpms and RPMForge repo
 
<syntaxhighlight lang="Bash">
 
<syntaxhighlight lang="Bash">
 
rpm -Uvh http://fr2.rpmfind.net/linux/epel/6/i386/epel-release-6-8.noarch.rpm
 
rpm -Uvh http://fr2.rpmfind.net/linux/epel/6/i386/epel-release-6-8.noarch.rpm
</syntaxhighlight>
  −
  −
Enable the ATrpms repo
  −
<syntaxhighlight lang="Bash">
   
rpm -Uvh http://dl.atrpms.net/el6-x86_64/atrpms/stable/atrpms-repo-6-6.el6.x86_64.rpm
 
rpm -Uvh http://dl.atrpms.net/el6-x86_64/atrpms/stable/atrpms-repo-6-6.el6.x86_64.rpm
</syntaxhighlight>
  −
  −
Enable RPMForge
  −
<syntaxhighlight lang="Bash">
   
rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
 
rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
 
</syntaxhighlight>
 
</syntaxhighlight>

Navigation menu