id="yui_3_14_1_1_1444741222714_1501">
The command "sudo apt-get install -y gfortran" will install the gfortran in your Linux system. You may not type "sudo" if you are logged in as root.
The command "sudo apt-get install -y gfortran" will install the gfortran in your Linux system. You may not type "sudo" if you are logged in as root.
For open suse, the name of the package is "gcc-fortran", so you may use the following command to install gfortran,
sudo zypper install gcc-fortran
sudo zypper install gcc-fortran