How to Install and Uninstall f2c Package on Kali Linux

Last updated: May 12,2024

1. Install "f2c" package

Learn how to install f2c on Kali Linux

$ sudo apt update $ sudo apt install f2c

2. Uninstall "f2c" package

Here is a brief guide to show you how to uninstall f2c on Kali Linux:

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

3. Information about the f2c package on Kali Linux

Package: f2c
Version: 20200916-1
Installed-Size: 442
Maintainer: Barak A. Pearlmutter
Architecture: amd64
Depends: libc6 (>= 2.14), libf2c2-dev
Recommends: gcc
Suggests: fort77
Size: 251704
SHA256: a5ac1004401f4c130bfca40357dadcf3b295d031c1fb2db3b64fec948d6a70ee
SHA1: 4bd129961d310dc443f9c403411f02bd7f33abd8
MD5sum: 342054da0789b61e26cb91c4cdcedf16
Description: 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:
Homepage: https://www.netlib.org/f2c/
Tag: devel::compiler, devel::lang:fortran, interface::commandline,
role::program, scope::utility, use::converting,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/f/f2c/f2c_20200916-1_amd64.deb