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

Last updated: October 09,2024

1. Install "python3-flake8.noarch" package

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

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

2. Uninstall "python3-flake8.noarch" package

This is a short guide on how to uninstall python3-flake8.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:40:31 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-flake8
Version : 3.7.7
Release : 6.el8
Architecture : noarch
Size : 123 k
Source : python-flake8-3.7.7-6.el8.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.