How to Install and Uninstall python3-flake8.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3-flake8.noarch" package

Please follow the step by step instructions below to install python3-flake8.noarch on Oracle Linux 9

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

2. Uninstall "python3-flake8.noarch" package

Here is a brief guide to show you how to uninstall python3-flake8.noarch on Oracle Linux 9:

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

3. Information about the python3-flake8.noarch package on Oracle Linux 9

Last metadata expiration check: 1:13:26 ago on Thu Feb 15 07:50:05 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.