How to Install and Uninstall python-decorator.noarch Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "python-decorator.noarch" package

Please follow the guidelines below to install python-decorator.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-decorator.noarch

2. Uninstall "python-decorator.noarch" package

Here is a brief guide to show you how to uninstall python-decorator.noarch on Amazon Linux 2:

$ sudo yum remove python-decorator.noarch $ sudo yum autoremove

3. Information about the python-decorator.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-decorator
Arch : noarch
Version : 3.4.0
Release : 3.amzn2
Size : 27 k
Repo : amzn2-core/2/x86_64
Summary : Module to simplify usage of decorators
URL : http://pypi.python.org/pypi/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.