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

Last updated: October 06,2024

1. Install "python2-fields" package

Here is a brief guide to show you how to install python2-fields on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-fields

2. Uninstall "python2-fields" package

Please follow the instructions below to uninstall python2-fields on openSUSE Leap:

$ sudo zypper remove python2-fields

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

Information for package python2-fields:
---------------------------------------
Repository : Main Repository
Name : python2-fields
Version : 5.0.0-bp153.1.28
Arch : noarch
Vendor : openSUSE
Installed Size : 107,6 KiB
Installed : No
Status : not installed
Source package : python-fields-5.0.0-bp153.1.28.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.