How to Install and Uninstall cxref Package on Kali Linux

Last updated: May 15,2024

1. Install "cxref" package

Please follow the guidelines below to install cxref on Kali Linux

$ sudo apt update $ sudo apt install cxref

2. Uninstall "cxref" package

Learn how to uninstall cxref on Kali Linux:

$ sudo apt remove cxref $ sudo apt autoclean && sudo apt autoremove

3. Information about the cxref package on Kali Linux

Package: cxref
Version: 1.6e-5
Installed-Size: 1190
Maintainer: Camm Maguire
Architecture: amd64
Depends: libc6 (>= 2.33), debconf (>= 0.5) | debconf-2.0, gcc, ucf
Suggests: www-browser, texlive-binaries, cxref-doc
Size: 436336
SHA256: bef9d55d37ba02dd6d3cfb741de85329ddc5d49683ba1c80ce456369ee1c4b42
SHA1: f0576f4d34a5ccdd3263402f6d02e067e1294f2b
MD5sum: 234b580ce46411f3a3bbc9ca4c82dc74
Description: Generates LaTeX and HTML documentation for C programs
A program that takes as input a series of C source files
and produces a LaTeX or HTML document containing a cross
reference of the files/functions/variables in the program,
including documentation taken from suitably formatted
source code comments.
The documentation is stored in the C source file in
specially formatted comments, making it simple to maintain.
The cross referencing includes lists of functions called,
callers of each function, usage of global variables, header
file inclusion, macro definitions and type definitions.
Works for ANSI C, including many gcc extensions.
Description-md5:
Homepage: https://www.gedanken.org.uk/software/cxref/
Tag: devel::docsystem, devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program, scope::utility,
use::converting, works-with-format::html, works-with-format::tex,
works-with::software:source, works-with::text
Section: devel
Priority: optional
Filename: pool/main/c/cxref/cxref_1.6e-5_amd64.deb