How to Install and Uninstall cxref Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "cxref" package

This guide let you learn how to install cxref on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cxref

2. Uninstall "cxref" package

Please follow the guidelines below to uninstall cxref on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cxref package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cxref
Priority: optional
Section: universe/devel
Installed-Size: 1157
Maintainer: Ubuntu Developers
Original-Maintainer: Camm Maguire
Architecture: amd64
Version: 1.6e-2
Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, gcc, ucf
Suggests: www-browser, texlive-binaries, cxref-doc
Filename: pool/universe/c/cxref/cxref_1.6e-2_amd64.deb
Size: 412438
MD5sum: 3d6926cbf890d91ec31500c84bac19af
SHA1: 0f916fa5c97db79b0b89882871eec27811e8be98
SHA256: 3174df7d2b1d38cb4343b1fd978c68ee768b0235fdf970dd4afa6e4b9efe2aa4
Description-en: 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: 6fab128468c906b3fbd4d7132c0ce7da
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu