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

Last updated: October 06,2024

1. Install "python3-mccabe.noarch" package

Please follow the guidance below to install python3-mccabe.noarch on CentOS Stream 8

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

2. Uninstall "python3-mccabe.noarch" package

This is a short guide on how to uninstall python3-mccabe.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 0:48:54 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-mccabe
Version : 0.6.1
Release : 11.el8
Architecture : noarch
Size : 22 k
Source : python-mccabe-0.6.1-11.el8.src.rpm
Repository : epel
Summary : McCabe checker, plugin for flake8
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.