Fortran (GNU)
Fortran compiler from the GCC suite (gfortran).
gfortran is the standard Fortran compiler on Linux, supporting Fortran 77, 90, 95, 2003, 2008, and 2018. Fortran remains widely used in numerical computing, weather modelling, and scientific HPC codes.
Install
Debian/Ubuntu: sudo apt install gfortran Fedora: sudo dnf install gcc-gfortran Arch: sudo pacman -S gcc-fortran
