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

Last updated: June 18,2024

1. Install "python310-venusian" package

This guide let you learn how to install python310-venusian on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-venusian

2. Uninstall "python310-venusian" package

Please follow the step by step instructions below to uninstall python310-venusian on openSuSE Tumbleweed:

$ sudo zypper remove python310-venusian

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

Information for package python310-venusian:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-venusian
Version : 3.1.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 66.4 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/.