How to Install and Uninstall python3-genshi.x86_64 Package on Fedora 39

Last updated: February 06,2025

1. Install "python3-genshi.x86_64" package

Please follow the instructions below to install python3-genshi.x86_64 on Fedora 39

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

2. Uninstall "python3-genshi.x86_64" package

Please follow the step by step instructions below to uninstall python3-genshi.x86_64 on Fedora 39:

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

3. Information about the python3-genshi.x86_64 package on Fedora 39

Last metadata expiration check: 1:03:10 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-genshi
Version : 0.7.7
Release : 7.fc39
Architecture : x86_64
Size : 373 k
Source : python-genshi-0.7.7-7.fc39.src.rpm
Repository : fedora
Summary : Toolkit for stream-based generation of output for the web
URL : https://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.