How to Install and Uninstall python3-mccabe.noarch Package on Fedora 36

Last updated: May 10,2024

1. Install "python3-mccabe.noarch" package

Please follow the guidance below to install python3-mccabe.noarch on Fedora 36

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

2. Uninstall "python3-mccabe.noarch" package

Here is a brief guide to show you how to uninstall python3-mccabe.noarch on Fedora 36:

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

3. Information about the python3-mccabe.noarch package on Fedora 36

Last metadata expiration check: 2:21:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-mccabe
Version : 0.6.1
Release : 21.fc36
Architecture : noarch
Size : 20 k
Source : python-mccabe-0.6.1-21.fc36.src.rpm
Repository : fedora
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.