How to Install and Uninstall python3-mccabe.noarch Package on Oracle Linux 9

Last updated: November 28,2024

1. Install "python3-mccabe.noarch" package

This is a short guide on how to install python3-mccabe.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the python3-mccabe.noarch package on Oracle Linux 9

Last metadata expiration check: 1:42:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-mccabe
Version : 0.6.1
Release : 22.el9
Architecture : noarch
Size : 19 k
Source : python-mccabe-0.6.1-22.el9.src.rpm
Repository : epel
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.