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

Last updated: September 20,2024

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

This guide covers the steps necessary to install python3-pep8-naming.noarch on Rocky Linux 8

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

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

This is a short guide on how to uninstall python3-pep8-naming.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:24:31 ago on Mon Sep 12 10:27:18 2022.
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.)