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

Last updated: May 18,2024

1. Install "python3-flake8.noarch" package

In this section, we are going to explain the necessary steps to install python3-flake8.noarch on Oracle Linux 8

$ 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 Oracle Linux 8:

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

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

Last metadata expiration check: 6:31:08 ago on Mon Sep 12 02:51:38 2022.
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.