How to Install and Uninstall python39-fields Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-fields" package

This is a short guide on how to install python39-fields on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-fields

2. Uninstall "python39-fields" package

This guide covers the steps necessary to uninstall python39-fields on openSuSE Tumbleweed:

$ sudo zypper remove python39-fields

3. Information about the python39-fields package on openSuSE Tumbleweed

Information for package python39-fields:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-fields
Version : 5.0.0-4.6
Arch : noarch
Vendor : openSUSE
Installed Size : 94.9 KiB
Installed : No
Status : not installed
Source package : python-fields-5.0.0-4.6.src
Upstream URL : https://github.com/ionelmc/python-fields
Summary : Container class boilerplate killer
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.