How to Install and Uninstall python3-mccabe.noarch Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "python3-mccabe.noarch" package

Please follow the steps below to install python3-mccabe.noarch on Rocky Linux 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 Rocky Linux 8:

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

3. Information about the python3-mccabe.noarch package on Rocky Linux 8

Last metadata expiration check: 2:13:07 ago on Mon Sep 12 10:27:18 2022.
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.