How to Install and Uninstall complexity Package on Kali Linux

Last updated: May 05,2024

1. Install "complexity" package

In this section, we are going to explain the necessary steps to install complexity on Kali Linux

$ sudo apt update $ sudo apt install complexity

2. Uninstall "complexity" package

Please follow the steps below to uninstall complexity on Kali Linux:

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

3. Information about the complexity package on Kali Linux

Package: complexity
Source: complexity (1.13-1)
Version: 1.13-1+b1
Installed-Size: 66
Maintainer: Boian Bonev
Architecture: amd64
Depends: libc6 (>= 2.34), libopts25 (>= 1:5.18.16)
Size: 24408
SHA256: ed4ff72fbed80a315c72554fbd381bfaec93f78b8c779752e9e5d0fc32b1c640
SHA1: 47513e7f8692d966dd45633eece36c3208831af6
MD5sum: e43c367eacfe3059cb39396ca98e87fd
Description: tool for analyzing the complexity of C program functions
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
Description-md5:
Homepage: https://gnu.org/software/complexity
Section: devel
Priority: optional
Filename: pool/main/c/complexity/complexity_1.13-1+b1_amd64.deb