How to Install and Uninstall python3-venusian.noarch Package on Fedora 35

Last updated: September 28,2024

1. Install "python3-venusian.noarch" package

Here is a brief guide to show you how to install python3-venusian.noarch on Fedora 35

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

2. Uninstall "python3-venusian.noarch" package

Please follow the steps below to uninstall python3-venusian.noarch on Fedora 35:

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

3. Information about the python3-venusian.noarch package on Fedora 35

Last metadata expiration check: 0:36:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-venusian
Version : 3.0.0
Release : 4.fc35
Architecture : noarch
Size : 26 k
Source : python-venusian-3.0.0-4.fc35.src.rpm
Repository : fedora
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.