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

Last updated: February 12,2025

1. Install "python3-mccabe.noarch" package

Here is a brief guide to show you how to install python3-mccabe.noarch on Fedora 39

$ 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 Fedora 39:

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

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

Last metadata expiration check: 0:35:38 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-mccabe
Version : 0.7.0
Release : 4.fc39
Architecture : noarch
Size : 22 k
Source : python-mccabe-0.7.0-4.fc39.src.rpm
Repository : fedora
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.