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

Last updated: March 29,2024

1. Install "cflow-l10n" package

This is a short guide on how to install cflow-l10n on Kali Linux

$ sudo apt update $ sudo apt install cflow-l10n

2. Uninstall "cflow-l10n" package

This tutorial shows how to uninstall cflow-l10n on Kali Linux:

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

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

Package: cflow-l10n
Source: cflow
Version: 1:1.7-5
Installed-Size: 208
Maintainer: Marcos Talau
Architecture: all
Replaces: cflow (<< 1:1.6-2)
Breaks: cflow (<< 1:1.6-2)
Size: 45588
SHA256: 59ecdb87a6dfc19beda568ca69d527f1f7ea62b54817168848f19ccb54f800c5
SHA1: e33414e95b10d112ac781ac774515258d551ba77
MD5sum: 89f9a333a05315024e130c67319be188
Description: control flow analyzer for C source files (localization 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.
.
This package contains the translation files for the use of cflow in
non-English locales.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/cflow
Section: localization
Priority: optional
Filename: pool/main/c/cflow/cflow-l10n_1.7-5_all.deb