How to Install and Uninstall python3-venusian Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-venusian" package

Please follow the step by step instructions below to install python3-venusian on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-venusian

2. Uninstall "python3-venusian" package

Please follow the guidance below to uninstall python3-venusian on openSUSE Leap:

$ sudo zypper remove python3-venusian

3. Information about the python3-venusian package on openSUSE Leap

Information for package python3-venusian:
-----------------------------------------
Repository : Main Repository
Name : python3-venusian
Version : 1.1.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 243.9 KiB
Installed : No
Status : not installed
Source package : python-venusian-1.1.0-bp155.2.13.src
Upstream URL : https://pylonsproject.org
Summary : A library for deferring decorator actions
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.
See the "docs" directory of the package or the online documentation at
http://docs.pylonsproject.org/projects/venusian/dev/.