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

Last updated: November 28,2024

1. Install "python3-fields.noarch" package

In this section, we are going to explain the necessary steps to install python3-fields.noarch on Fedora 39

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

2. Uninstall "python3-fields.noarch" package

Please follow the steps below to uninstall python3-fields.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:44:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-fields
Version : 5.0.0
Release : 16.fc39
Architecture : noarch
Size : 35 k
Source : python-fields-5.0.0-16.fc39.src.rpm
Repository : fedora
Summary : Documentation for 'python-fields'
URL : https://github.com/ionelmc/python-fields
License : BSD
Description : Container class boilerplate killer.
:
: Features:
: - Human-readable __repr__
: - Complete set of comparison methods
: - Keyword and positional argument support. Works like a normal class - you can
: override just about anything in the subclass (eg: a custom __init__). In
: contrast, hynek/characteristic forces different call schematics and calls
: your __init__ with different arguments.