Changes

Jump to navigation Jump to search
144 bytes added ,  23:56, 22 January 2013
Line 117: Line 117:  
==== Configure third party repo ====
 
==== Configure third party repo ====
 
Enable the EPEL repo
 
Enable the EPEL repo
rpm -Uvh http://fr2.rpmfind.net/linux/epel/6/i386/epel-release-6-8.noarch.rpm
+
<syntaxhighlight lang="Bash">
 +
rpm -Uvh http://fr2.rpmfind.net/linux/epel/6/i386/epel-release-6-8.noarch.rpm
 +
</syntaxhighlight>
    
Enable the ATrpms repo
 
Enable the ATrpms repo
rpm -Uvh http://dl.atrpms.net/el6-x86_64/atrpms/stable/atrpms-repo-6-6.el6.x86_64.rpm
+
<syntaxhighlight lang="Bash">
 +
rpm -Uvh http://dl.atrpms.net/el6-x86_64/atrpms/stable/atrpms-repo-6-6.el6.x86_64.rpm
 +
</syntaxhighlight>
    
Enable RPMForge
 
Enable RPMForge
rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
+
<syntaxhighlight lang="Bash">
 +
rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
 +
</syntaxhighlight>
    
Configure SME repository (EL5 version for now)
 
Configure SME repository (EL5 version for now)

Navigation menu