How to Install and Uninstall python2-venusian.noarch Package on AlmaLinux 8

Last updated: November 27,2024

1. Install "python2-venusian.noarch" package

Please follow the step by step instructions below to install python2-venusian.noarch on AlmaLinux 8

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

2. Uninstall "python2-venusian.noarch" package

Here is a brief guide to show you how to uninstall python2-venusian.noarch on AlmaLinux 8:

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

3. Information about the python2-venusian.noarch package on AlmaLinux 8

Last metadata expiration check: 1:16:20 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python2-venusian
Version : 1.2.0
Release : 1.el8
Architecture : noarch
Size : 64 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.