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

Last updated: May 05,2024

1. Install "complexity" package

Here is a brief guide to show you how to install complexity on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install complexity

2. Uninstall "complexity" package

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

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

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

Package: complexity
Priority: optional
Section: universe/devel
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Bogatov
Architecture: amd64
Version: 1.5+dfsg-1
Depends: libc6 (>= 2.14), libopts25 (>= 1:5.18.7)
Filename: pool/universe/c/complexity/complexity_1.5+dfsg-1_amd64.deb
Size: 20956
MD5sum: 44148eaab0412f253027aaaed0e8fb85
SHA1: 2359ec7981d4a729c356b07789f5e5c59a8e6846
SHA256: db51a639775eb47214c38fe730c88828d28985a5fee21117ebede8dea86c13c2
Description-en: 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: 4b3cc8dd6f6ddb337063927223b3bfa3
Homepage: https://gnu.org/software/complexity
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu