How to Install and Uninstall python3-mccabe.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python3-mccabe.noarch" package

Here is a brief guide to show you how to install python3-mccabe.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-mccabe.noarch" package

Please follow the steps below to uninstall python3-mccabe.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-mccabe.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:40:25 ago on Mon Feb 26 15:59:38 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.