How to Install and Uninstall python3-venusian.noarch Package on Oracle Linux 9
Last updated: November 14,2024
1. Install "python3-venusian.noarch" package
This tutorial shows how to install python3-venusian.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-venusian.noarch
Copied
2. Uninstall "python3-venusian.noarch" package
Please follow the instructions below to uninstall python3-venusian.noarch on Oracle Linux 9:
$
sudo dnf remove
python3-venusian.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-venusian.noarch package on Oracle Linux 9
Last metadata expiration check: 0:12:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-venusian
Version : 3.1.0
Release : 1.el9
Architecture : noarch
Size : 29 k
Source : python-venusian-3.1.0-1.el9.src.rpm
Repository : epel
Summary : A library for deferring decorator actions
URL : https://github.com/Pylons/venusian
License : BSD-3-Clause-Modification AND ZPL-2.1
Description : Venusian is a library which allows framework authors to defer decorator
: actions. Instead of taking actions when a function (or class) decorator is
: executed at import time, you can defer the action usually taken by the
: decorator until a separate “scan” phase.
Available Packages
Name : python3-venusian
Version : 3.1.0
Release : 1.el9
Architecture : noarch
Size : 29 k
Source : python-venusian-3.1.0-1.el9.src.rpm
Repository : epel
Summary : A library for deferring decorator actions
URL : https://github.com/Pylons/venusian
License : BSD-3-Clause-Modification AND ZPL-2.1
Description : Venusian is a library which allows framework authors to defer decorator
: actions. Instead of taking actions when a function (or class) decorator is
: executed at import time, you can defer the action usually taken by the
: decorator until a separate “scan” phase.