How to Install and Uninstall python3-attrs.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-attrs.noarch" package

This is a short guide on how to install python3-attrs.noarch on Fedora 36

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

2. Uninstall "python3-attrs.noarch" package

Please follow the steps below to uninstall python3-attrs.noarch on Fedora 36:

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

3. Information about the python3-attrs.noarch package on Fedora 36

Last metadata expiration check: 5:38:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-attrs
Version : 21.4.0
Release : 2.fc36
Architecture : noarch
Size : 94 k
Source : python-attrs-21.4.0-2.fc36.src.rpm
Repository : fedora
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.