How to Install and Uninstall python3-venusian.noarch Package on CentOS 8 / RHEL 8

Last updated: May 19,2024

1. Install "python3-venusian.noarch" package

This tutorial shows how to install python3-venusian.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-venusian.noarch

2. Uninstall "python3-venusian.noarch" package

Learn how to uninstall python3-venusian.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-venusian.noarch $ sudo dnf autoremove

3. Information about the python3-venusian.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:08:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-venusian
Version : 1.2.0
Release : 1.el8
Architecture : noarch
Size : 69 k
Source : python-venusian-1.2.0-1.el8.src.rpm
Repository : epel
Summary : A library for deferring decorator actions
URL : https://pypi.python.org/pypi/venusian
License : BSD
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.