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

Last updated: April 25,2024

1. Install "python3-characteristic" package

Please follow the guidance below to install python3-characteristic on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-characteristic

2. Uninstall "python3-characteristic" package

Please follow the guidelines below to uninstall python3-characteristic on openSUSE Leap:

$ sudo zypper remove python3-characteristic

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

Information for package python3-characteristic:
-----------------------------------------------
Repository : Main Repository
Name : python3-characteristic
Version : 14.3.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 163,0 KiB
Installed : No
Status : not installed
Source package : python-characteristic-14.3.0-bp153.1.17.src
Summary : Say 'yes' to types but 'no' to typing in python
Description :
characteristic Python package with class decorators that ease the chores of
implementing the most common attribute-related object protocols.
You just specify the attributes to work with and characteristic gives you:
- a nice human-readable __repr__,
- a complete set of comparison methods,
- and a kwargs-based initializer (that cooperates with your existing one)
*without* writing dull boilerplate code again and again.
So put down that type-less data structures and welcome some class into your
life!