How to Install and Uninstall python3-decorator.noarch Package on Rocky Linux 9
Last updated: January 15,2025
1. Install "python3-decorator.noarch" package
Please follow the guidelines below to install python3-decorator.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-decorator.noarch
Copied
2. Uninstall "python3-decorator.noarch" package
This tutorial shows how to uninstall python3-decorator.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-decorator.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-decorator.noarch package on Rocky Linux 9
Last metadata expiration check: 1:01:20 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-decorator
Version : 4.4.2
Release : 6.el9
Architecture : noarch
Size : 27 k
Source : python-decorator-4.4.2-6.el9.src.rpm
Repository : baseos
Summary : Module to simplify usage of decorators in python3
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 : python3-decorator
Version : 4.4.2
Release : 6.el9
Architecture : noarch
Size : 27 k
Source : python-decorator-4.4.2-6.el9.src.rpm
Repository : baseos
Summary : Module to simplify usage of decorators in python3
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.