How to Install and Uninstall python3-fields Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python3-fields" package

This guide let you learn how to install python3-fields on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-fields

2. Uninstall "python3-fields" package

This guide let you learn how to uninstall python3-fields on openSUSE Leap:

$ sudo zypper remove python3-fields

3. Information about the python3-fields package on openSUSE Leap

Information for package python3-fields:
---------------------------------------
Repository : Main Repository
Name : python3-fields
Version : 5.0.0-3.3.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 104.6 KiB
Installed : No
Status : not installed
Source package : python-fields-5.0.0-3.3.5.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.