How to get GCC in fedora 19?
I have installed Fedora 19 on my machine. when i am using terminal for c program compilation with gcc. next line says gcc command is not found! although its embedded with current version then why i am not getting gcc command?
Help plz about any configuration need...
Sud
Here it shows error after password inseration as
Error: Cannot retrieve metalink for repository : fedora/19/i386. Please verify its path & try again.
while i switched to main root "/"
what is next?
please change your repo to http://fpaste.org/24503/, btw you have internet connection, right?
sudo yum clean all; sudo yum install gcc
. Please ensure that you have a working internet connection while using these commands. There should be no need to change anything in your repos. You can also use the package manager if you're not comfortable with usingyum
from the command line.