Hi, As far as I know, you can install software on Red Hat in the shape of RPM's. And the easiesst way to get RPM's and install them is with Red Hat's software management tool called "yum". It should be as easy as opening some terminal and typing:
yum install git-core According to the RH version table<http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux#Version_history>, 2.6.18 is Red Hat Enterprise Linux 5 (*Tikanga*), and Red Hat have been using yum since this version I think (I don't use Red Hat myself though). More info about yum here: https://access.redhat.com/knowledge/node/9934 More about installing git in general here: http://git-scm.com/book/en/Getting-Started-Installing-Git And if for some reason it will not work with yum, you could try this approach: http://www.westwideweb.com/wp/2009/11/09/installing-git-on-red-hat-enterprise-linux-rhel5/ On Monday, June 4, 2012 8:02:20 PM UTC+2, Danilo Santos wrote: > > Hello, I have to install git on Red Hat Linux 2.6.18-8.el5, but I'm not > getting. Can anyone help me please? > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/Tj7y0e7fYCYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
