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

Last updated: October 06,2024

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

Please follow the steps below to install python3-flake8-builtins.noarch on AlmaLinux 9

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

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

This guide let you learn how to uninstall python3-flake8-builtins.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:58:21 ago on Wed Mar 13 07:41:12 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.