How to Install and Uninstall python3-typogrify.noarch Package on Rocky Linux 9

Last updated: October 11,2024

1. Install "python3-typogrify.noarch" package

In this section, we are going to explain the necessary steps to install python3-typogrify.noarch on Rocky Linux 9

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

2. Uninstall "python3-typogrify.noarch" package

This is a short guide on how to uninstall python3-typogrify.noarch on Rocky Linux 9:

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

3. Information about the python3-typogrify.noarch package on Rocky Linux 9

Last metadata expiration check: 2:16:13 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-typogrify
Version : 2.0.7
Release : 13.el9
Architecture : noarch
Size : 30 k
Source : python-typogrify-2.0.7-13.el9.src.rpm
Repository : epel
Summary : Filters to enhance web typography, with support for Django & Jinja templates
URL : https://github.com/mintchaos/typogrify
License : BSD
Description : Typogrify provides a set of custom filters that automatically apply various
: transformations to plain text in order to yield typographically-improved HTML.
: While often used in conjunction with Jinja_ and Django_ template systems, the
: filters can be used in any environment.