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

Last updated: May 20,2024

1. Install "python2-characteristic" package

Please follow the step by step instructions below to install python2-characteristic on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-characteristic

2. Uninstall "python2-characteristic" package

Learn how to uninstall python2-characteristic on openSUSE Leap:

$ sudo zypper remove python2-characteristic

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

Information for package python2-characteristic:
-----------------------------------------------
Repository : Main Repository
Name : python2-characteristic
Version : 14.3.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 173,8 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!