Archive

Posts Tagged ‘install’

Installing Git on CentOS 5

March 25th, 2010 Dominic Baranski View Comments

This technique requires the “Extra Packages for Enterprise Linux” repo.. So this is not a .rpm install from some untrusted site. It’s from the RedHat repos themselves.

Firstly, install the EPEL package. More information on EPEL is available from their site. Then, install git and you’re done!

su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm'
yum install git

See the EPEL FAQ for more details.

Categories: CentOS Tags: , , ,