How to Install and Uninstall python310-mccabe Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python310-mccabe" package

This is a short guide on how to install python310-mccabe on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-mccabe

2. Uninstall "python310-mccabe" package

Please follow the instructions below to uninstall python310-mccabe on openSuSE Tumbleweed:

$ sudo zypper remove python310-mccabe

3. Information about the python310-mccabe package on openSuSE Tumbleweed

Information for package python310-mccabe:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-mccabe
Version : 0.7.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 31.7 KiB
Installed : No
Status : not installed
Source package : python-mccabe-0.7.0-2.4.src
Upstream URL : https://github.com/flintwork/mccabe
Summary : McCabe checker, plugin for flake8
Description :
Ned's script to check McCabe complexity.
This module provides a plugin for flake8, the Python code checker.