gfortran

Preprocess and compile Fortran source files, then assemble and link them together. More information: <https://gcc.gnu.org/wiki/GFortran>.

Debian Debian
RUN apt-get update && \ apt-get install -y gfortran
Ubuntu
RUN apt-get update && \ apt-get install -y gfortran
Alpine
RUN apk add gfortran
Arch Arch Linux
RUN pacman -S --noconfirm gcc-gfortran
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gfortran
CentOS
RUN yum install -y gcc-gfortran
Fedora
RUN dnf install -y gcc-gfortran
Raspbian
RUN apt-get update && \ apt-get install -y gfortran
click the source code to copy install gfortran on any operating system with command-not-found.com