How to Install and Uninstall python3-pep8-naming.noarch Package on Fedora 36

Last updated: May 07,2024

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

This guide covers the steps necessary to install python3-pep8-naming.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall python3-pep8-naming.noarch on Fedora 36:

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

3. Information about the python3-pep8-naming.noarch package on Fedora 36

Last metadata expiration check: 2:33:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-pep8-naming
Version : 0.13.2
Release : 2.fc36
Architecture : noarch
Size : 23 k
Source : python-pep8-naming-0.13.2-2.fc36.src.rpm
Repository : updates
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.)