How to Install and Uninstall python311-decorator Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-decorator" package
Please follow the steps below to install python311-decorator on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-decorator
Copied
2. Uninstall "python311-decorator" package
Please follow the instructions below to uninstall python311-decorator on openSUSE Leap:
$
sudo zypper remove
python311-decorator
Copied
3. Information about the python311-decorator package on openSUSE Leap
Information for package python311-decorator:
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-decorator
Version : 5.1.1-150400.12.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 59.7 KiB
Installed : No
Status : not installed
Source package : python-decorator-5.1.1-150400.12.3.9.src
Upstream URL : https://github.com/micheles/decorator
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 : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-decorator
Version : 5.1.1-150400.12.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 59.7 KiB
Installed : No
Status : not installed
Source package : python-decorator-5.1.1-150400.12.3.9.src
Upstream URL : https://github.com/micheles/decorator
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.