How to Install and Uninstall python3-decorator.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "python3-decorator.noarch" package

Please follow the steps below to install python3-decorator.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-decorator.noarch

2. Uninstall "python3-decorator.noarch" package

Please follow the steps below to uninstall python3-decorator.noarch on Fedora 36:

$ sudo dnf remove python3-decorator.noarch $ sudo dnf autoremove

3. Information about the python3-decorator.noarch package on Fedora 36

Last metadata expiration check: 0:56:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-decorator
Version : 5.1.1
Release : 2.fc36
Architecture : noarch
Size : 27 k
Source : python-decorator-5.1.1-2.fc36.src.rpm
Repository : fedora
Summary : Module to simplify usage of decorators in python3
URL : https://github.com/micheles/decorator
License : BSD
Description : The aim of the decorator module is to simplify the usage of decorators for
: the average programmer, and to popularize decorators usage giving examples
: of useful decorators, such as memoize, tracing, redirecting_stdout, locked,
: etc. The core of this module is a decorator factory called decorator.