在Debian系統上安裝Fortran編譯器(以gfortran為例),步驟如下:
sudo apt update
sudo apt install gfortran
gfortran --version
說明:
apt
gfortran