How to Install and Uninstall python-decorator.src Package on Oracle Linux 9
Last updated: November 28,2024
1. Install "python-decorator.src" package
Please follow the instructions below to install python-decorator.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python-decorator.src
Copied
2. Uninstall "python-decorator.src" package
Please follow the guidelines below to uninstall python-decorator.src on Oracle Linux 9:
$
sudo dnf remove
python-decorator.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-decorator.src package on Oracle Linux 9
Last metadata expiration check: 3:32:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-decorator
Version : 4.4.2
Release : 6.el9
Architecture : src
Size : 44 k
Source : None
Repository : ol9_baseos_latest
Summary : Module to simplify usage of decorators
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.
Available Packages
Name : python-decorator
Version : 4.4.2
Release : 6.el9
Architecture : src
Size : 44 k
Source : None
Repository : ol9_baseos_latest
Summary : Module to simplify usage of decorators
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.