How to Install and Uninstall python3-smartypants Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "python3-smartypants" package

This guide covers the steps necessary to install python3-smartypants on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-smartypants

2. Uninstall "python3-smartypants" package

This guide covers the steps necessary to uninstall python3-smartypants on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-smartypants $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-smartypants package on Ubuntu 21.10 (Impish Indri)

Package: python3-smartypants
Architecture: all
Version: 2.0.0-2
Priority: extra
Section: universe/python
Source: smartypants
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 43
Depends: python3:any
Breaks: python-smartypants (<< 2.0.0-2)
Replaces: python-smartypants (<< 2.0.0-2)
Filename: pool/universe/s/smartypants/python3-smartypants_2.0.0-2_all.deb
Size: 10624
MD5sum: 3cf8ed319d9c09d7335253210644a52f
SHA1: 87232f9d107bc4a8cfe2c5a7171f6580b9415b8e
SHA256: 20956e77fd2dc46e6da795b196de2de3a77ad79ea2c7afb8ef0db9460832fa2b
SHA512: 3688e652e176e00e2e57dbc365d437e7a79b88b438fd9ea5fdaf1c57d701d6ef95821d637c7800b6313e171132f8fcf3afda6bbc3897b2c52cdfa7907ecb45ff
Homepage: http://web.chad.org/projects/smartypants.py/
Description-en: smart-quotes plugin for pyblosxom (Python 3 version)
It can perform the following transformations:
.
* Straight quotes ( " and ' ) into "curly" quote HTML entities
* Backticks-style quotes (``like this'') into "curly" quote HTML entities
* Dashes (-- and ---) into en- and em-dash entities
* Three consecutive dots (... or . . .) into an ellipsis entity
.
This means you can write, edit, and save your posts using plain old ASCII
straight quotes, plain dashes, and plain dots, but your published posts
(and final HTML output) will appear with smart quotes, em-dashes, and
proper ellipses.
.
SmartyPants does not modify characters within
, , , 
or