How to Install and Uninstall ftnchek Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "ftnchek" package

Please follow the steps below to install ftnchek on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ftnchek

2. Uninstall "ftnchek" package

In this section, we are going to explain the necessary steps to uninstall ftnchek on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ftnchek package on Ubuntu 20.10 (Groovy Gorilla)

Package: ftnchek
Architecture: amd64
Version: 3.3.1-5build1
Priority: extra
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Mark Brown
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 729
Depends: libc6 (>= 2.14)
Suggests: fortran77-compiler
Filename: pool/universe/f/ftnchek/ftnchek_3.3.1-5build1_amd64.deb
Size: 269896
MD5sum: 48564bab04f22e966ae60743662c249d
SHA1: 6d6e0c59733340482637c5d7c0f646098c2ee4b2
SHA256: cf8243840ff24a980d9937952f6affee44ba69992cd48e2f250476fb6a4f9dfb
SHA512: 653bcfac71ab03ab1aed286a16a8b0e28b44a10f4d41f67fa037f5e44cc7b3a244c34e12ceec23502743ec42b385f3d1e86c11e12e2dba9a91c915bd9c055e2d
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