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

Last updated: September 20,2024

1. Install "ftnchek" package

This guide covers the steps necessary to install ftnchek on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ftnchek

2. Uninstall "ftnchek" package

This guide let you learn how to uninstall ftnchek on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ftnchek
Priority: extra
Section: universe/devel
Installed-Size: 677
Maintainer: Ubuntu Developers
Original-Maintainer: Mark Brown
Architecture: amd64
Version: 3.3.1-5
Depends: libc6 (>= 2.14)
Suggests: fortran77-compiler
Filename: pool/universe/f/ftnchek/ftnchek_3.3.1-5_amd64.deb
Size: 290046
MD5sum: cfbea01634021b0f2c5b8466c7ec30eb
SHA1: 4aee8cc06a57fc468dc1d49eb16144b1741acc12
SHA256: 25a178003f1d930ecd94881b977a6d199e817b9f2d53db7ea7360a4444601393
Description-en: 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: 4e58dca26e03850b7e53f0c09759b8f7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu