How to Install and Uninstall python3-flake8-builtins.noarch Package on Rocky Linux 9
Last updated: January 09,2025
1. Install "python3-flake8-builtins.noarch" package
This is a short guide on how to install python3-flake8-builtins.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-flake8-builtins.noarch
Copied
2. Uninstall "python3-flake8-builtins.noarch" package
This tutorial shows how to uninstall python3-flake8-builtins.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-flake8-builtins.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-flake8-builtins.noarch package on Rocky Linux 9
Last metadata expiration check: 0:35:06 ago on Fri Feb 16 06:49:52 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.
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.