How to Install and Uninstall python3-pyflakes.noarch Package on AlmaLinux 9

Last updated: July 07,2024

1. Install "python3-pyflakes.noarch" package

Here is a brief guide to show you how to install python3-pyflakes.noarch on AlmaLinux 9

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

2. Uninstall "python3-pyflakes.noarch" package

Please follow the step by step instructions below to uninstall python3-pyflakes.noarch on AlmaLinux 9:

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

3. Information about the python3-pyflakes.noarch package on AlmaLinux 9

Last metadata expiration check: 0:02:36 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-pyflakes
Version : 2.4.0
Release : 1.el9
Architecture : noarch
Size : 73 k
Source : pyflakes-2.4.0-1.el9.src.rpm
Repository : epel
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.