How to Install and Uninstall f2c Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "f2c" package

This is a short guide on how to install f2c on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install f2c

2. Uninstall "f2c" package

This is a short guide on how to uninstall f2c on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove f2c $ sudo apt autoclean && sudo apt autoremove

3. Information about the f2c package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: f2c
Priority: optional
Section: universe/devel
Installed-Size: 359
Maintainer: Ubuntu Developers
Original-Maintainer: Barak A. Pearlmutter
Architecture: amd64
Version: 20100827-2
Depends: libc6 (>= 2.14), libf2c2-dev
Recommends: gcc
Suggests: fort77
Filename: pool/universe/f/f2c/f2c_20100827-2_amd64.deb
Size: 188578
MD5sum: e70a3bd6eccb0c54beedbb5683630458
SHA1: 5ae78dd9be961ad548a2d91c2330eecdef1ad138
SHA256: d9579cc571ee8e11fa6f98e468ef559944013ec6abffde961cda76d329210262
Description-en: 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.
Description-md5: 95babfa90e131865e7e95f1d14e3244f
Homepage: http://www.netlib.org/f2c/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu