How to Install and Uninstall complexity Package on openSuSE Tumbleweed

Last updated: May 05,2024

1. Install "complexity" package

This is a short guide on how to install complexity on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install complexity

2. Uninstall "complexity" package

Please follow the guidelines below to uninstall complexity on openSuSE Tumbleweed:

$ sudo zypper remove complexity

3. Information about the complexity package on openSuSE Tumbleweed

Information for package complexity:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : complexity
Version : 1.13-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 113.5 KiB
Installed : No
Status : not installed
Source package : complexity-1.13-1.2.src
Upstream URL : https://www.gnu.org/software/complexity/
Summary : C source code complexity computation utility
Description :
Complexity is a tool for analyzing the complexity of "C" program functions. It
is very similar to the McCabe scoring, but addresses some issues not considered
in that scoring scheme.