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

Last updated: May 14,2024

1. Install "python39-mccabe" package

This guide covers the steps necessary to install python39-mccabe on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-mccabe

2. Uninstall "python39-mccabe" package

This guide let you learn how to uninstall python39-mccabe on openSuSE Tumbleweed:

$ sudo zypper remove python39-mccabe

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

Information for package python39-mccabe:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.