How to Install and Uninstall cflow-doc Package on Kali Linux

Last updated: May 20,2024

1. Install "cflow-doc" package

This tutorial shows how to install cflow-doc on Kali Linux

$ sudo apt update $ sudo apt install cflow-doc

2. Uninstall "cflow-doc" package

This guide let you learn how to uninstall cflow-doc on Kali Linux:

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

3. Information about the cflow-doc package on Kali Linux

Package: cflow-doc
Source: cflow
Version: 1:1.7-5
Installed-Size: 305
Maintainer: Marcos Talau
Architecture: all
Replaces: cflow (<< 1:1.6-2)
Breaks: cflow (<< 1:1.6-2)
Size: 76568
SHA256: de3d5bfdd13398b2e895cf9b597734f9fc6dcfda3e831a81bb3339990764a677
SHA1: 551e0aa8081b668e669d2e214f0f31b7dfe930f9
MD5sum: 1ce3a887aa00a734d955e0c5c38181b7
Description: control flow analyzer for C source files (documentation)
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.
.
This package contains the HTML documentation and Info.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/cflow
Section: doc
Priority: optional
Filename: pool/main/c/cflow/cflow-doc_1.7-5_all.deb