How to Install and Uninstall python2-attrs.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "python2-attrs.noarch" package

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

$ sudo dnf update $ sudo dnf install python2-attrs.noarch

2. Uninstall "python2-attrs.noarch" package

Please follow the guidance below to uninstall python2-attrs.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python2-attrs.noarch $ sudo dnf autoremove

3. Information about the python2-attrs.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:31:18 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-attrs
Version : 17.4.0
Release : 10.module+el8.9.0+19487+7dc18407
Architecture : noarch
Size : 53 k
Source : python-attrs-17.4.0-10.module+el8.9.0+19487+7dc18407.src.rpm
Repository : ubi-8-appstream-rpms
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.