How to Install and Uninstall complexity-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "complexity-doc" package

Learn how to install complexity-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install complexity-doc

2. Uninstall "complexity-doc" package

This tutorial shows how to uninstall complexity-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the complexity-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: complexity-doc
Priority: optional
Section: universe/doc
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Bogatov
Architecture: all
Source: complexity
Version: 1.5+dfsg-1
Filename: pool/universe/c/complexity/complexity-doc_1.5+dfsg-1_all.deb
Size: 24644
MD5sum: 6becf0b01cc34a77816d1c120878823b
SHA1: d9d83a8fb91f064e5e4556815d8c415ab8feb85d
SHA256: 03fa05eb320f382f77ab5cc88f0616bf30fe6fb065a48b5d02bf562d40d7c0da
Description-en: tool for analyzing the complexity of C program (documentation)
Complexity measurement tool help to:
.
* locate suspicious areas in unfamiliar code
* get an idea of how much effort may be required to understand that
code
* get an idea of the effort required to test a code base
* provide a reminder to yourself. You may see what you've written
as obvious, but others may not.
.
Comparing with existing tool McCabe, this program improves scoring
of following language constructs:
.
* code length
* switch statement
* logic conditions
.
This package contains documentation in TexInfo format.
Description-md5: 070d3ffa13e9f068eb601f20efd1c06d
Homepage: https://gnu.org/software/complexity
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu