How to Install and Uninstall python3-pyflakes.noarch Package on CentOS 8 / RHEL 8
Last updated: November 01,2024
1. Install "python3-pyflakes.noarch" package
This tutorial shows how to install python3-pyflakes.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-pyflakes.noarch
Copied
2. Uninstall "python3-pyflakes.noarch" package
Please follow the guidelines below to uninstall python3-pyflakes.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-pyflakes.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pyflakes.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:01:19 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-pyflakes
Version : 2.1.1
Release : 1.el8
Architecture : noarch
Size : 68 k
Source : pyflakes-2.1.1-1.el8.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.
Available Packages
Name : python3-pyflakes
Version : 2.1.1
Release : 1.el8
Architecture : noarch
Size : 68 k
Source : pyflakes-2.1.1-1.el8.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.