How to Install and Uninstall python3-flake8.noarch Package on Fedora 34
Last updated: November 16,2024
1. Install "python3-flake8.noarch" package
This tutorial shows how to install python3-flake8.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-flake8.noarch
Copied
2. Uninstall "python3-flake8.noarch" package
Please follow the guidelines below to uninstall python3-flake8.noarch on Fedora 34:
$
sudo dnf remove
python3-flake8.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-flake8.noarch package on Fedora 34
Last metadata expiration check: 2:51:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-flake8
Version : 3.8.4
Release : 1.fc34
Architecture : noarch
Size : 122 k
Source : python-flake8-3.8.4-1.fc34.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.
Available Packages
Name : python3-flake8
Version : 3.8.4
Release : 1.fc34
Architecture : noarch
Size : 122 k
Source : python-flake8-3.8.4-1.fc34.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.