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

Last updated: October 06,2024

1. Install "cflow.x86_64" package

Please follow the guidance below to install cflow.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install cflow.x86_64

2. Uninstall "cflow.x86_64" package

This is a short guide on how to uninstall cflow.x86_64 on Fedora 36:

$ sudo dnf remove cflow.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:15:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : cflow
Version : 1.7
Release : 2.fc36
Architecture : x86_64
Size : 166 k
Source : cflow-1.7-2.fc36.src.rpm
Repository : fedora
Summary : Analyzes C files charting control flow within the program
URL : http://www.gnu.org/software/cflow/
License : GPLv2+
Description : GNU cflow analyzes a collection of C source files and prints a graph,
: charting control flow within the program.
:
: GNU cflow is able to produce both direct and inverted flowgraphs for C
: sources. Optionally a cross-reference listing can be generated. Two
: output formats are implemented: POSIX and GNU (extended).