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

Last updated: October 05,2024

1. Install "python3-flake8.noarch" package

Please follow the steps below to install python3-flake8.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-flake8.noarch" package

Please follow the steps below to uninstall python3-flake8.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:50:43 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-flake8
Version : 4.0.1
Release : 5.el9
Architecture : noarch
Size : 113 k
Source : python-flake8-4.0.1-5.el9.src.rpm
Repository : epel
Summary : Python code checking using pyflakes, pycodestyle, and mccabe
URL : https://gitlab.com/pycqa/flake8
License : MIT
Description : Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe
: script. It runs all the tools by launching the single flake8 script,
: and displays the warnings in a per-file, merged output.
:
: It also adds a few features: files that contain "# flake8: noqa" are
: skipped, lines that contain a "# noqa" comment at the end will not
: issue warnings, Git and Mercurial hooks are included, a McCabe
: complexity checker is included, and it is extendable through
: flake8.extension entry points.