How to Install and Uninstall python3-cattrs.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "python3-cattrs.noarch" package

Please follow the steps below to install python3-cattrs.noarch on Fedora 39

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

2. Uninstall "python3-cattrs.noarch" package

This guide covers the steps necessary to uninstall python3-cattrs.noarch on Fedora 39:

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

3. Information about the python3-cattrs.noarch package on Fedora 39

Last metadata expiration check: 3:00:53 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-cattrs
Version : 22.2.0
Release : 14.fc39
Architecture : noarch
Size : 104 k
Source : python-cattrs-22.2.0-14.fc39.src.rpm
Repository : fedora
Summary : Python library for structuring and unstructuring data
URL : https://github.com/python-attrs/cattrs
License : MIT
Description : cattrs is an open source Python library for structuring and
: unstructuring data. cattrs works best with attrs classes and the usual
: Python collections, but other kinds of classes are supported by
: manually registering converters.