Table of Contents

Installation of gfortran on Linux

Check if it is already installed

Type in a terminal:

which gfortran

That should give you the path to your gfortran if not, it is not installed.

Installation

Type in a terminal:

sudo apt-get install gfortran