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

Last updated: November 23,2024

1. Install "python36-fields" package

Learn how to install python36-fields on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-fields

2. Uninstall "python36-fields" package

Please follow the guidance below to uninstall python36-fields on openSuSE Tumbleweed:

$ sudo zypper remove python36-fields

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

Information for package python36-fields:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-fields
Version : 5.0.0-3.8
Arch : noarch
Vendor : openSUSE
Installed Size : 100,7 KiB
Installed : No
Status : not installed
Source package : python-fields-5.0.0-3.8.src
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.