How to install gcc? [closed]
When I do "yum -y install gcc" ? It's tell me no this pakege???
When I do "yum -y install gcc" ? It's tell me no this pakege???
Welcome to ask.fedora! I'm not sure why you're having this difficulty, but if you need gcc, you probably need the other development tools that go with it. Try this instead, as root:
yum group install "Development Tools"
and let us know if it works and if not, what error messages you got.
Voting up @sideburns to compensate the negative... really don't know why someone voted down!
I don't think the answer is wrong - it doesn't solve the problem, but it does answer the question as asked. Better questions get better answers.
Asked: 2015-02-28 10:29:40 -0600
Seen: 2,896 times
Last updated: Feb 28 '15
What does it exactly say? (Give the complete output). Are you sure that it is not already installed?
Exactlly say "No package gcc availble
Nothing to do"
What does
yum repolist
say? gcc package is available in Fedora repository with the same name, so there is something wrong with your repo configuration.repolist:0
In new fedora 21