How to Install and Uninstall python-decorator.noarch Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "python-decorator.noarch" package

Please follow the instructions below to install python-decorator.noarch on CentOS 7 / RHEL 7

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

2. Uninstall "python-decorator.noarch" package

Please follow the guidelines below to uninstall python-decorator.noarch on CentOS 7 / RHEL 7:

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

3. Information about the python-decorator.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python-decorator
Arch : noarch
Version : 3.4.0
Release : 3.el7
Size : 71 k
Repo : installed
From repo : anaconda
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.