Installing c and fortran compilers in Fedora 17
I downloaded Fedora 17, wrote it to a CD, and installed it on an HP dual boot laptop. The installation apparently went normally, but the C and Fortran compilers were not present.
I used the following commands: yum install gcc-gfortran and yum -y install gcc.
Each command gave the following error:
"Loaded plugins: langpacks, presto, refresh-packagekit. Error: Cannot retrieve metalink for repository: fedora. Please verify its path and try again."
Can anybody tell me how to get around this?