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

Last updated: October 05,2024

1. Install "python3-mccabe.noarch" package

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

$ 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 34:

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

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

Last metadata expiration check: 0:04:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-mccabe
Version : 0.6.1
Release : 18.fc34
Architecture : noarch
Size : 20 k
Source : python-mccabe-0.6.1-18.fc34.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.