How to Install and Uninstall python3-flake8.noarch Package on Fedora 35

Last updated: September 24,2024

1. Install "python3-flake8.noarch" package

Please follow the guidance below to install python3-flake8.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the python3-flake8.noarch package on Fedora 35

Last metadata expiration check: 1:42:38 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-flake8
Version : 3.9.2
Release : 1.fc35
Architecture : noarch
Size : 123 k
Source : python-flake8-3.9.2-1.fc35.src.rpm
Repository : fedora
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.