How to Install and Uninstall python2-attrs.noarch Package on CentOS Stream 8

Last updated: September 28,2024

1. Install "python2-attrs.noarch" package

This tutorial shows how to install python2-attrs.noarch on CentOS Stream 8

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

2. Uninstall "python2-attrs.noarch" package

Please follow the steps below to uninstall python2-attrs.noarch on CentOS Stream 8:

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

3. Information about the python2-attrs.noarch package on CentOS Stream 8

Last metadata expiration check: 4:51:00 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python2-attrs
Version : 17.4.0
Release : 10.module_el8+570+db61b4f9
Architecture : noarch
Size : 58 k
Source : python-attrs-17.4.0-10.module_el8+570+db61b4f9.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.