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

Last updated: October 11,2024

1. Install "python3.11-attrs.noarch" package

This guide let you learn how to install python3.11-attrs.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3.11-attrs.noarch

2. Uninstall "python3.11-attrs.noarch" package

This guide covers the steps necessary to uninstall python3.11-attrs.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3.11-attrs.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:32:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3.11-attrs
Version : 22.1.0
Release : 1.el9
Architecture : noarch
Size : 128 k
Source : python3.11-attrs-22.1.0-1.el9.src.rpm
Repository : ubi-9-codeready-builder
Summary : Python attributes without boilerplate
URL : http://www.attrs.org/
License : MIT
Description : attrs is an MIT-licensed Python package with class decorators that
: ease the chores of implementing the most common attribute-related
: object protocols.