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

Last updated: November 24,2024

1. Install "python3-pep8-naming.noarch" package

This is a short guide on how to install python3-pep8-naming.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-pep8-naming.noarch

2. Uninstall "python3-pep8-naming.noarch" package

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

$ sudo dnf remove python3-pep8-naming.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:59:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-pep8-naming
Version : 0.11.1
Release : 2.el8
Architecture : noarch
Size : 24 k
Source : python-pep8-naming-0.11.1-2.el8.src.rpm
Repository : epel
Summary : Check PEP-8 naming conventions, a plugin for flake8
URL : https://pypi.python.org/pypi/pep8-naming
License : MIT
Description : Check the PEP-8 naming conventions.
: This module provides a plugin for flake8, the Python code checker.
: (It replaces the plugin flint-naming for the flint checker.)