How to Install and Uninstall python3-genshi.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-genshi.noarch" package

Please follow the steps below to install python3-genshi.noarch on Fedora 34

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

2. Uninstall "python3-genshi.noarch" package

This guide covers the steps necessary to uninstall python3-genshi.noarch on Fedora 34:

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

3. Information about the python3-genshi.noarch package on Fedora 34

Last metadata expiration check: 1:13:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-genshi
Version : 0.7.5
Release : 3.fc34
Architecture : noarch
Size : 290 k
Source : python-genshi-0.7.5-3.fc34.src.rpm
Repository : fedora
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.