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

Last updated: May 12,2024

1. Install "python3-Genshi" package

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

$ sudo zypper refresh $ sudo zypper install python3-Genshi

2. Uninstall "python3-Genshi" package

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

$ sudo zypper remove python3-Genshi

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

Information for package python3-Genshi:
---------------------------------------
Repository : Main Repository
Name : python3-Genshi
Version : 0.7-1.28
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.4 MiB
Installed : No
Status : not installed
Source package : python-Genshi-0.7-1.28.src
Upstream URL : http://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.