How to Install and Uninstall python3-flake8-builtins.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install python3-flake8-builtins.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

In this section, we are going to explain the necessary steps to uninstall python3-flake8-builtins.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-flake8-builtins.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:45:16 ago on Mon Feb 26 07:04:30 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.