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

Last updated: October 05,2024

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

This is a short guide on how to install python3-pep8-naming.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:07:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pep8-naming
Version : 0.11.1
Release : 3.fc34
Architecture : noarch
Size : 24 k
Source : python-pep8-naming-0.11.1-3.fc34.src.rpm
Repository : fedora
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.)