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

Last updated: May 21,2024

1. Install "python3-radon" package

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

$ sudo zypper refresh $ sudo zypper install python3-radon

2. Uninstall "python3-radon" package

Please follow the steps below to uninstall python3-radon on openSUSE Leap:

$ sudo zypper remove python3-radon

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

Information for package python3-radon:
--------------------------------------
Repository : Main Repository
Name : python3-radon
Version : 2.4.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 419.4 KiB
Installed : No
Status : not installed
Source package : python-radon-2.4.0-bp155.2.10.src
Upstream URL : https://radon.readthedocs.org/
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)