How to Install and Uninstall complexity Package on openSUSE Leap

Last updated: April 25,2024

1. Install "complexity" package

In this section, we are going to explain the necessary steps to install complexity on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install complexity

2. Uninstall "complexity" package

This guide covers the steps necessary to uninstall complexity on openSUSE Leap:

$ sudo zypper remove complexity

3. Information about the complexity package on openSUSE Leap

Information for package complexity:
-----------------------------------
Repository : Main Repository
Name : complexity
Version : 1.10-bp155.4.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 109.5 KiB
Installed : No
Status : not installed
Source package : complexity-1.10-bp155.4.7.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.