How to Install and Uninstall ftnchek.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "ftnchek.x86_64" package

In this section, we are going to explain the necessary steps to install ftnchek.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ftnchek.x86_64

2. Uninstall "ftnchek.x86_64" package

Please follow the guidelines below to uninstall ftnchek.x86_64 on Fedora 34:

$ sudo dnf remove ftnchek.x86_64 $ sudo dnf autoremove

3. Information about the ftnchek.x86_64 package on Fedora 34

Last metadata expiration check: 0:01:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ftnchek
Version : 3.3.1
Release : 33.fc34
Architecture : x86_64
Size : 223 k
Source : ftnchek-3.3.1-33.fc34.src.rpm
Repository : fedora
Summary : Static analyzer for Fortran 77 programs
URL : http://www.dsm.fordham.edu/~ftnchek/
License : MIT
Description : ftnchek is a static analyzer for Fortran 77 programs. It is designed to
: detect certain errors in a Fortran program that a compiler usually does
: not. ftnchek is not primarily intended to detect syntax errors. Its
: purpose is to assist the user in finding semantic 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 is
: intended to assist users in the debugging of their Fortran program. It is
: not intended to catch all syntax errors. This is the function of the
: compiler. Prior to using ftnchek, the user should verify that the program
: compiles correctly.