How to Install and Uninstall python3-pycodestyle.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-pycodestyle.noarch" package

This guide let you learn how to install python3-pycodestyle.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-pycodestyle.noarch

2. Uninstall "python3-pycodestyle.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pycodestyle.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pycodestyle.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:13:55 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pycodestyle
Version : 2.8.0
Release : 2.el9
Architecture : noarch
Size : 91 k
Source : python-pycodestyle-2.8.0-2.el9.src.rpm
Repository : epel
Summary : Python style guide checker
URL : https://pypi.python.org/pypi/pycodestyle
License : MIT
Description : pycodestyle is a tool to check your Python code against some of the style
: conventions in PEP 8. It has a plugin architecture, making new checks easy, and
: its output is parseable, making it easy to jump to an error location in your
: editor.
:
: This is a version for Python 3.