How to Install and Uninstall python36-radon Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python36-radon" package

This guide covers the steps necessary to install python36-radon on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-radon

2. Uninstall "python36-radon" package

Please follow the step by step instructions below to uninstall python36-radon on openSuSE Tumbleweed:

$ sudo zypper remove python36-radon

3. Information about the python36-radon package on openSuSE Tumbleweed

Information for package python36-radon:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-radon
Version : 4.5.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 273,7 KiB
Installed : No
Status : not installed
Source package : python-radon-4.5.2-1.2.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)