Friday, May 6, 2022

[SOLVED] git missing on redhat desktop edition

Issue

git appears to be missing from Redhat 6.5 Client edition.

yum search and install were both fruitless. any advice for configuring yum to allow me to install this software as a package?


Solution

The question is related to here: https://superuser.com/questions/631268/rhel-desktop-how-to-install-g/

The optional rpms repository has to be enabled manually in a non obvious way. In: /etc/yum.repos.d/redhat.repo

change the 0 to 1 for enabled in the [rhel-6-desktop-optional-rpms]

section



Answered By - Juan
Answer Checked By - Cary Denson (WPSolving Admin)