How to Install and Uninstall python2-decorator Package on openSUSE Leap
Last updated: November 26,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-decorator" package
Please follow the guidance below to install python2-decorator on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-decorator
Copied
2. Uninstall "python2-decorator" package
Learn how to uninstall python2-decorator on openSUSE Leap:
$
sudo zypper remove
python2-decorator
Copied
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.
------------------------------------------
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.