How to Install and Uninstall f2c.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

1. Install "f2c.x86_64" package

Here is a brief guide to show you how to install f2c.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install f2c.x86_64

2. Uninstall "f2c.x86_64" package

Here is a brief guide to show you how to uninstall f2c.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove f2c.x86_64 $ sudo dnf autoremove

3. Information about the f2c.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:06:49 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : f2c
Version : 20190311
Release : 2.el8
Architecture : x86_64
Size : 312 k
Source : f2c-20190311-2.el8.src.rpm
Repository : epel
Summary : A Fortran 77 to C/C++ conversion program
URL : http://www.netlib.org/f2c/
License : MIT
Description : F2c converts Fortran 77 source code to C or C++ source files. If no
: Fortran files are named on the command line, f2c can read Fortran from
: standard input and write C to standard output.