git -> fedora-release conflicts with epel-release-5-4.noarch. Same error with epel-release-6-8.noarch.rpm. Using fedora 18.
error installing epel package needed to install GIT in fedora 18
Fedora have git in its standard repository. -> True, however when I try to "yum install git", I got a message indicating that the git package is not available. I'm login as root.
Please update your question with the entire output that you received.
yum install git
works just fine here. Please also post the output ofsudo yum repolist
.Francisco, here is what i got when running yum install git: [root@ ~]# yum install git Loaded plugins: langpacks, presto, refresh-packagekit No package git available. Error: Nothing to do [root@ ~]#
Output of sudo yum repolist: Loaded plugins: langpacks, presto, refresh-packagekit google-chrome | 951 B 00:00
google-chrome/primary | 1.9 kB 00:00
google-chrome 3/3 repo id repo name
Wow. What system are you running? You don't even have the Fedora repositories enabled! Why have you disabled the Fedora repositories? Please update the question (not another comment) with the output of:
ls /etc/yum.repos.d
anduname -a
andcat /etc/fedora-release
. Please try and update the question with requested information. That way others running into the issue don't need to follow the entire comment thread to understand what's going on.