How to Install and Uninstall python-decorator.noarch Package on CentOS 7 / RHEL 7
Last updated: January 13,2025
1. Install "python-decorator.noarch" package
Please follow the instructions below to install python-decorator.noarch on CentOS 7 / RHEL 7
$
sudo yum makecache
Copied
$
sudo yum install
python-decorator.noarch
Copied
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
Copied
$
sudo yum autoremove
Copied
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.
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.