How to Install and Uninstall python3-pyflakes.noarch Package on Fedora 39

Last updated: October 14,2024

1. Install "python3-pyflakes.noarch" package

Please follow the steps below to install python3-pyflakes.noarch on Fedora 39

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

2. Uninstall "python3-pyflakes.noarch" package

This is a short guide on how to uninstall python3-pyflakes.noarch on Fedora 39:

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

3. Information about the python3-pyflakes.noarch package on Fedora 39

Last metadata expiration check: 1:03:57 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pyflakes
Version : 3.0.1
Release : 3.fc39
Architecture : noarch
Size : 91 k
Source : pyflakes-3.0.1-3.fc39.src.rpm
Repository : fedora
Summary : A simple program which checks Python source files for errors
URL : https://github.com/PyCQA/pyflakes
License : MIT
Description :
: Pyflakes is similar to PyChecker in scope, but differs in that it does
: not execute the modules to check them. This is both safer and faster,
: although it does not perform as many checks. Unlike PyLint, Pyflakes
: checks only for logical errors in programs; it does not perform any
: check on style.