How to Install and Uninstall python3-mccabe.noarch Package on CentOS Stream 9

Last updated: October 15,2024

1. Install "python3-mccabe.noarch" package

Here is a brief guide to show you how to install python3-mccabe.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-mccabe.noarch

2. Uninstall "python3-mccabe.noarch" package

This guide covers the steps necessary to uninstall python3-mccabe.noarch on CentOS Stream 9:

$ sudo dnf remove python3-mccabe.noarch $ sudo dnf autoremove

3. Information about the python3-mccabe.noarch package on CentOS Stream 9

Last metadata expiration check: 0:08:06 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-mccabe
Version : 0.6.1
Release : 22.el9
Architecture : noarch
Size : 19 k
Source : python-mccabe-0.6.1-22.el9.src.rpm
Repository : epel
Summary : McCabe complexity checker
URL : http://pypi.python.org/pypi/mccabe
License : MIT
Description : Ned's script to check McCabe complexity.
:
: This module provides a plugin for flake8, the Python code
: checker.