在Debian系统上安装Fortran编译器(以gfortran为例),步骤如下:
sudo apt update
sudo apt install gfortran
gfortran --version
说明:
apt
gfortran