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

Last updated: April 29,2024

1. Install "python3-mccabe" package

Please follow the step by step instructions below to install python3-mccabe on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-mccabe

2. Uninstall "python3-mccabe" package

This is a short guide on how to uninstall python3-mccabe on openSUSE Leap:

$ sudo zypper remove python3-mccabe

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

Information for package python3-mccabe:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-mccabe
Version : 0.6.1-150000.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 42.4 KiB
Installed : No
Status : not installed
Source package : python-mccabe-0.6.1-150000.3.4.3.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.