How To Install F2c On Debian, Ubuntu, Kali, Fedora And Raspbian?

How To Install F2c On Debian, Ubuntu, Kali, Fedora And Raspbian?

f2c

FORTRAN 77 to C/C++ translator

Maintainer: Barak A. Pearlmutter



Section: devel

Install f2c

  • Debian apt-get install f2c Click to copy
  • Ubuntu apt-get install f2c Click to copy
  • Kali Linux apt-get install f2c Click to copy
  • Fedora dnf install f2c Click to copy
  • Raspbian apt-get install f2c Click to copy

f2c

FORTRAN 77 to C/C++ translator

Translates FORTRAN 77 (with some extensions) into C, so that it can then be compiled and run on a system with no Fortran compiler. The C files must then be linked against the appropriate libraries. This is an actively maintained FORTRAN to C translator and with the fort77 frontend provides an ideal way to compile FORTRAN routines as black boxes (for example for invocation from C). Source level debugging facilities are not available, and error messages are not as well developed as in g77.

Installing f2c command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Kali, Fedora and Raspbian operating systems. Once you run the command it will install the latest version of f2c 2024 package in your OS.