How to Install and Uninstall python2-radon Package on openSUSE Leap

Last updated: November 26,2024

1. Install "python2-radon" package

This tutorial shows how to install python2-radon on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-radon

2. Uninstall "python2-radon" package

This guide let you learn how to uninstall python2-radon on openSUSE Leap:

$ sudo zypper remove python2-radon

3. Information about the python2-radon package on openSUSE Leap

Information for package python2-radon:
--------------------------------------
Repository : Main Repository
Name : python2-radon
Version : 2.4.0-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 389,1 KiB
Installed : No
Status : not installed
Source package : python-radon-2.4.0-bp153.1.18.src
Summary : Code Metrics in Python
Description :
Radon is a Python tool that computes various metrics from the source code.
Radon can compute:
* McCabe's complexity**, i.e. cyclomatic complexity
* raw metrics (these include SLOC, comment lines, blank lines, &c.)
* Halstead metrics (all of them)
* Maintainability Index (the one used in Visual Studio)