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

Last updated: May 03,2024

1. Install "complexity-doc" package

Here is a brief guide to show you how to install complexity-doc on Kali Linux

$ sudo apt update $ sudo apt install complexity-doc

2. Uninstall "complexity-doc" package

This tutorial shows how to uninstall complexity-doc on Kali Linux:

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

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

Package: complexity-doc
Source: complexity
Version: 1.13-1
Installed-Size: 34
Maintainer: Boian Bonev
Architecture: all
Size: 26776
SHA256: da31a79170a869c87266facb5a2b651c0a3acef8350ebbaf4eb0d479d32240fc
SHA1: 7e9c7a650099dabd9dae3ac94688a73402fef699
MD5sum: e9f22ce70d4d2650caa87174c833628a
Description: 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:
Multi-Arch: foreign
Homepage: https://gnu.org/software/complexity
Section: doc
Priority: optional
Filename: pool/main/c/complexity/complexity-doc_1.13-1_all.deb