How to Install and Uninstall python312-decorator Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python312-decorator" package

In this section, we are going to explain the necessary steps to install python312-decorator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-decorator

2. Uninstall "python312-decorator" package

This is a short guide on how to uninstall python312-decorator on openSuSE Tumbleweed:

$ sudo zypper remove python312-decorator

3. Information about the python312-decorator package on openSuSE Tumbleweed

Information for package python312-decorator:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-decorator
Version : 5.1.1-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 77.3 KiB
Installed : No
Status : not installed
Source package : python-decorator-5.1.1-2.7.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.