How to Install and Uninstall cflow Package on Kali Linux

Last updated: May 18,2024

1. Install "cflow" package

Please follow the step by step instructions below to install cflow on Kali Linux

$ sudo apt update $ sudo apt install cflow

2. Uninstall "cflow" package

This guide covers the steps necessary to uninstall cflow on Kali Linux:

$ sudo apt remove cflow $ sudo apt autoclean && sudo apt autoremove

3. Information about the cflow package on Kali Linux

Package: cflow
Version: 1:1.7-5
Installed-Size: 213
Maintainer: Marcos Talau
Architecture: amd64
Depends: libc6 (>= 2.34)
Suggests: cflow-doc, cflow-l10n
Size: 93972
SHA256: 28ff643ceb7aa0942af824b9f1dbda1b7a861055d2dcf76af1de631f1d29a8ca
SHA1: fe567a726caf7d8f862823f059edbd6379e6edb3
MD5sum: 4c8f268428f6bdb286eca1d4e7c26e61
Description: control flow analyzer for C source files
GNU cflow analyzes a collection of source files written in C language
and outputs a graph charting dependencies between various functions.
.
GNU cflow is able to produce two kinds of graphs: direct and reverse.
Direct graph begins with the main function (or any other function),
and displays recursively all functions called by it. In contrast,
reverse graph is a set of subgraphs, charting for each function its
callers, in the reverse order. Due to their tree-like appearance,
graphs can also be called trees.
.
In addition to these two output modes, cflow is able to produce a
cross-reference listing of all the symbols encountered in the input
files.
.
GNU cflow also provides detailed control over symbols that will appear
in its output, allowing to omit those that are of no interest to the
user. The exact appearance of the output graphs is also configurable.
Description-md5:
Homepage: https://www.gnu.org/software/cflow
Tag: devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program, scope::utility,
suite::gnu, use::browsing, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/c/cflow/cflow_1.7-5_amd64.deb