How to Install and Uninstall python312-venusian Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python312-venusian" package

Please follow the steps below to install python312-venusian on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-venusian

2. Uninstall "python312-venusian" package

This tutorial shows how to uninstall python312-venusian on openSuSE Tumbleweed:

$ sudo zypper remove python312-venusian

3. Information about the python312-venusian package on openSuSE Tumbleweed

Information for package python312-venusian:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-venusian
Version : 3.1.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 71.1 KiB
Installed : No
Status : not installed
Source package : python-venusian-3.1.0-2.2.src
Upstream URL : https://github.com/Pylons/venusian
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/.