x86_64-linux-gnu-gfortran
GNU Fortran 95 compiler
Install
- All systems
-
curl cmd.cat/x86_64-linux-gnu-gfortran.sh
- Debian
-
apt-get install gfortran
- Ubuntu
-
apt-get install gfortran
- Alpine
-
apk add gfortran
- Kali Linux
-
apt-get install gfortran
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gfortran
- Raspbian
-
apt-get install gfortran
- Dockerfile
- dockerfile.run/x86_64-linux-gnu-gfortran
- Docker
-
docker run cmd.cat/x86_64-linux-gnu-gfortran x86_64-linux-gnu-gfortran
powered by Commando
gfortran
GNU Fortran 95 compiler
This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. This is a dependency package providing the default GNU Fortran 95 compiler.