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

Last updated: May 20,2024

1. Install "python2-decorator" package

Please follow the guidance below to install python2-decorator on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-decorator

2. Uninstall "python2-decorator" package

Learn how to uninstall python2-decorator on openSUSE Leap:

$ sudo zypper remove python2-decorator

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

Information for package python2-decorator:
------------------------------------------
Repository : Main Repository
Name : python2-decorator
Version : 4.4.2-7.3.13
Arch : noarch
Vendor : SUSE LLC
Installed Size : 65,9 KiB
Installed : No
Status : not installed
Source package : python-decorator-4.4.2-7.3.13.src
Summary : Decorators for Humans
Description :
Typical implementations of Python decorators involve nested
functions, and do not preserve the signature of decorated functions,
thus can be confusing to both developers and documentation tools.
This module changes the usage of decorators for the average
programmer so as to make decorators such as memoize, tracing,
redirecting_stdout, locked, etc. more accessible.

5. The same packages on other Linux Distributions