installation of compiler gfortran in centos 6

ぐ巨炮叔叔 提交于 2019-12-23 09:36:45

问题


I try to install some compilers. I use Centos 6 in my laptop. I have installed the gcc, the "GNU" C Compiler. I need to install also gfortran, but when I type yum install gfortran, I get the message no package gfortran available.

Do you know how can I install the fortran compiler?


回答1:


Try yum install gcc-gfortran

You can use yum search gfortran, to view relevant packages



来源:https://stackoverflow.com/questions/30489208/installation-of-compiler-gfortran-in-centos-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!