How to Install and Uninstall python3-genshi.noarch Package on Oracle Linux 8

Last updated: March 01,2025

1. Install "python3-genshi.noarch" package

Please follow the step by step instructions below to install python3-genshi.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-genshi.noarch

2. Uninstall "python3-genshi.noarch" package

Here is a brief guide to show you how to uninstall python3-genshi.noarch on Oracle Linux 8:

$ sudo dnf remove python3-genshi.noarch $ sudo dnf autoremove

3. Information about the python3-genshi.noarch package on Oracle Linux 8

Last metadata expiration check: 4:02:55 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-genshi
Version : 0.7.3
Release : 1.el8
Architecture : noarch
Size : 316 k
Source : python-genshi-0.7.3-1.el8.src.rpm
Repository : epel
Summary : Toolkit for stream-based generation of output for the web
URL : http://genshi.edgewall.org/
License : BSD
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.