How To Install python3-typogrify on Fedora 36

In this tutorial we learn how to install python3-typogrify in Fedora 36. python3-typogrify is Filters to enhance web typography, with support for Django & Jinja templates

Introduction

In this tutorial we learn how to install python3-typogrify on Fedora 36.

What is python3-typogrify

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.

We can use yum or dnf to install python3-typogrify on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-typogrify.

Install python3-typogrify on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-typogrify using dnf by running the following command:

sudo dnf -y install python3-typogrify

Install python3-typogrify on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-typogrify using yum by running the following command:

sudo yum -y install python3-typogrify

How To Uninstall python3-typogrify on Fedora 36

To uninstall only the python3-typogrify package we can use the following command:

sudo dnf remove python3-typogrify

python3-typogrify Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/typogrify
/usr/lib/python3.10/site-packages/typogrify-2.0.7-py3.10.egg-info
/usr/lib/python3.10/site-packages/typogrify-2.0.7-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/typogrify-2.0.7-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/typogrify-2.0.7-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/typogrify-2.0.7-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/typogrify-2.0.7-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/typogrify/__init__.py
/usr/lib/python3.10/site-packages/typogrify/__pycache__
/usr/lib/python3.10/site-packages/typogrify/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typogrify/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/typogrify/__pycache__/filters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typogrify/__pycache__/filters.cpython-310.pyc
/usr/lib/python3.10/site-packages/typogrify/filters.py
/usr/lib/python3.10/site-packages/typogrify/packages
/usr/lib/python3.10/site-packages/typogrify/packages/__init__.py
/usr/lib/python3.10/site-packages/typogrify/packages/__pycache__
/usr/lib/python3.10/site-packages/typogrify/packages/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typogrify/packages/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/typogrify/packages/titlecase
/usr/lib/python3.10/site-packages/typogrify/packages/titlecase/__init__.py
/usr/lib/python3.10/site-packages/typogrify/packages/titlecase/__pycache__
/usr/lib/python3.10/site-packages/typogrify/packages/titlecase/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typogrify/packages/titlecase/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/typogrify/packages/titlecase/__pycache__/tests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typogrify/packages/titlecase/__pycache__/tests.cpython-310.pyc
/usr/lib/python3.10/site-packages/typogrify/packages/titlecase/tests.py
/usr/lib/python3.10/site-packages/typogrify/templatetags
/usr/lib/python3.10/site-packages/typogrify/templatetags/__init__.py
/usr/lib/python3.10/site-packages/typogrify/templatetags/__pycache__
/usr/lib/python3.10/site-packages/typogrify/templatetags/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typogrify/templatetags/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/typogrify/templatetags/__pycache__/jinja_filters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typogrify/templatetags/__pycache__/jinja_filters.cpython-310.pyc
/usr/lib/python3.10/site-packages/typogrify/templatetags/__pycache__/typogrify_tags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typogrify/templatetags/__pycache__/typogrify_tags.cpython-310.pyc
/usr/lib/python3.10/site-packages/typogrify/templatetags/jinja_filters.py
/usr/lib/python3.10/site-packages/typogrify/templatetags/typogrify_tags.py
/usr/share/doc/python3-typogrify
/usr/share/doc/python3-typogrify/README.rst
/usr/share/licenses/python3-typogrify
/usr/share/licenses/python3-typogrify/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-typogrify on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).