Ubuntu 上可以安装开发套件:
sudo apt-get install build-essential libssl-dev先在 ubuntu 的终端敲入命令:
gfortran --version如果找不到命令就是没有安装
安装gfortran
sudo apt-get install gfortran也可以先
sudo apt update测试
gfortran --version能看到版本号就是安装正确
sudo apt-get install build-essential libssl-devgfortran --version如果找不到命令就是没有安装
sudo apt-get install gfortran也可以先
sudo apt updategfortran --version能看到版本号就是安装正确