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

Last updated: September 22,2024

1. Install "python3-attrs.noarch" package

This guide covers the steps necessary to install python3-attrs.noarch on Fedora 34

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

2. Uninstall "python3-attrs.noarch" package

This guide covers the steps necessary to uninstall python3-attrs.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:02:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-attrs
Version : 20.3.0
Release : 2.fc34
Architecture : noarch
Size : 78 k
Source : python-attrs-20.3.0-2.fc34.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.