How to Install and Uninstall python3-attrs.noarch Package on CentOS 8 / RHEL 8

Last updated: September 28,2024

1. Install "python3-attrs.noarch" package

Please follow the step by step instructions below to install python3-attrs.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-attrs.noarch" package

Please follow the guidance below to uninstall python3-attrs.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-attrs.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:45:17 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-attrs
Version : 17.4.0
Release : 6.el8
Architecture : noarch
Size : 53 k
Source : python-attrs-17.4.0-6.el8.src.rpm
Repository : appstream
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.