How to Install and Uninstall python3-flake8.noarch Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "python3-flake8.noarch" package

This guide let you learn how to install python3-flake8.noarch on CentOS Stream 9

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

2. Uninstall "python3-flake8.noarch" package

Please follow the guidance below to uninstall python3-flake8.noarch on CentOS Stream 9:

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

3. Information about the python3-flake8.noarch package on CentOS Stream 9

Last metadata expiration check: 2:07:12 ago on Sat Mar 16 16:03:45 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.