How to Install and Uninstall python-decorator.src Package on Oracle Linux 8
Last updated: November 28,2024
1. Install "python-decorator.src" package
Learn how to install python-decorator.src on Oracle Linux 8
$
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 8:
$
sudo dnf remove
python-decorator.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-decorator.src package on Oracle Linux 8
Last metadata expiration check: 5:18:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-decorator
Version : 4.2.1
Release : 2.el8
Architecture : src
Size : 48 k
Source : None
Repository : ol8_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.2.1
Release : 2.el8
Architecture : src
Size : 48 k
Source : None
Repository : ol8_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.