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

Last updated: September 24,2024

1. Install "cflow.x86_64" package

Please follow the steps below to install cflow.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install cflow.x86_64

2. Uninstall "cflow.x86_64" package

Here is a brief guide to show you how to uninstall cflow.x86_64 on Fedora 35:

$ sudo dnf remove cflow.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:25:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : cflow
Version : 1.7
Release : 1.fc35
Architecture : x86_64
Size : 166 k
Source : cflow-1.7-1.fc35.src.rpm
Repository : updates
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).