How to Install and Uninstall ftnchek Package on Kali Linux

Last updated: May 17,2024

1. Install "ftnchek" package

In this section, we are going to explain the necessary steps to install ftnchek on Kali Linux

$ sudo apt update $ sudo apt install ftnchek

2. Uninstall "ftnchek" package

Please follow the guidelines below to uninstall ftnchek on Kali Linux:

$ sudo apt remove ftnchek $ sudo apt autoclean && sudo apt autoremove

3. Information about the ftnchek package on Kali Linux

Package: ftnchek
Version: 3.3.1-6
Installed-Size: 718
Maintainer: Mark Brown
Architecture: amd64
Depends: libc6 (>= 2.14)
Suggests: fortran77-compiler
Size: 267132
SHA256: a4e6aa8d99110a32a758f295eb48bb66c3afe119360c3ef25661d49c50b7732c
SHA1: 45930ea8a1b379d49f3c8bcb408c1fb2c157bdd9
MD5sum: 2ebb0645fd51853f06c798ec48c472c7
Description: Semantic checker for Fortran 77 programs
ftnchek (short for Fortran checker) is a tool designed to detect
certain errors in a Fortran program that a compiler usually does not,
thus assisting users in the debugging of their Fortran programs.
.
Unlike syntax errors, semantic errors are legal in the Fortran
language but are wasteful or may cause incorrect operation. For
example, variables which are never used may indicate some omission in
the program; uninitialized variables contain garbage which may cause
incorrect results to be calculated; and variables which are not
declared may not have the intended type.
.
ftnchek can also be used to provide call-trees, cross-reference of
subprogram calls and COMMON blocks usage, source listings, symbol
tables and other things you might find useful when debugging a
Fortran program.
Description-md5:
Tag: devel::lang:fortran, devel::testing-qa, interface::commandline,
role::program, scope::utility, use::checking,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/f/ftnchek/ftnchek_3.3.1-6_amd64.deb