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

Last updated: July 04,2024

1. Install "python310-Genshi" package

This is a short guide on how to install python310-Genshi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-Genshi

2. Uninstall "python310-Genshi" package

Here is a brief guide to show you how to uninstall python310-Genshi on openSuSE Tumbleweed:

$ sudo zypper remove python310-Genshi

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

Information for package python310-Genshi:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-Genshi
Version : 0.7.7-3.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : python-Genshi-0.7.7-3.6.src
Upstream URL : https://genshi.edgewall.org/
Summary : A toolkit for generation of output for the web
Description :
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML, XML or
other textual content for output generation on the web. The major
feature is a template language, which is heavily inspired by Kid.