How to Install and Uninstall python3-flake8-builtins.noarch Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "python3-flake8-builtins.noarch" package

This is a short guide on how to install python3-flake8-builtins.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-flake8-builtins.noarch

2. Uninstall "python3-flake8-builtins.noarch" package

Please follow the instructions below to uninstall python3-flake8-builtins.noarch on CentOS Stream 9:

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

3. Information about the python3-flake8-builtins.noarch package on CentOS Stream 9

Last metadata expiration check: 2:46:29 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-flake8-builtins
Version : 2.1.0
Release : 1.el9
Architecture : noarch
Size : 23 k
Source : python-flake8-builtins-2.1.0-1.el9.src.rpm
Repository : epel
Summary : Check for python builtins being used as variables or parameters
URL : https://github.com/gforcada/flake8-builtins
License : GPL-2.0-only
Description : Python allows to override builtin names, but although could be useful in some
: really specific use cases, the general approach is to not do that as code then
: can suddenly break without a clear trace.