How to Install and Uninstall f2c.x86_64 Package on Fedora 36

Last updated: July 08,2024

1. Install "f2c.x86_64" package

This guide let you learn how to install f2c.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install f2c.x86_64

2. Uninstall "f2c.x86_64" package

This tutorial shows how to uninstall f2c.x86_64 on Fedora 36:

$ sudo dnf remove f2c.x86_64 $ sudo dnf autoremove

3. Information about the f2c.x86_64 package on Fedora 36

Last metadata expiration check: 1:52:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : f2c
Version : 20210928
Release : 2.fc36
Architecture : x86_64
Size : 318 k
Source : f2c-20210928-2.fc36.src.rpm
Repository : fedora
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.