How To Install python3-smartypants on Fedora 36

In this tutorial we learn how to install python3-smartypants in Fedora 36. python3-smartypants is plug-in that easily translates ASCII punctuation characters into smart entities

Introduction

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

What is python3-smartypants

SmartyPants is a free web publishing plug-in for Movable Type, Blosxom, and BBEdit that easily translates plain ASCII punctuation characters into “smart” typographic punctuation HTML entities.

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

Install python3-smartypants 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-smartypants using dnf by running the following command:

sudo dnf -y install python3-smartypants

Install python3-smartypants 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-smartypants using yum by running the following command:

sudo yum -y install python3-smartypants

How To Uninstall python3-smartypants on Fedora 36

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

sudo dnf remove python3-smartypants

python3-smartypants Package Contents on Fedora 36

/usr/bin/smartypants
/usr/lib/python3.10/site-packages/__pycache__/smartypants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/smartypants.cpython-310.pyc
/usr/lib/python3.10/site-packages/smartypants-2.0.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/smartypants.py
/usr/share/doc/python3-smartypants
/usr/share/doc/python3-smartypants/CHANGES.rst
/usr/share/doc/python3-smartypants/README.rst
/usr/share/licenses/python3-smartypants
/usr/share/licenses/python3-smartypants/COPYING

References

Summary

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