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

Last updated: July 08,2024

1. Install "python3-decorator" package

In this section, we are going to explain the necessary steps to install python3-decorator on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-decorator

2. Uninstall "python3-decorator" package

Please follow the instructions below to uninstall python3-decorator on openSUSE Leap:

$ sudo zypper remove python3-decorator

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

Information for package python3-decorator:
------------------------------------------
Repository : Main Repository
Name : python3-decorator
Version : 4.4.2-7.3.13
Arch : noarch
Vendor : SUSE LLC
Installed Size : 61.3 KiB
Installed : No
Status : not installed
Source package : python-decorator-4.4.2-7.3.13.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.