How to Install and Uninstall python-smartypants Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 27,2024

1. Install "python-smartypants" package

In this section, we are going to explain the necessary steps to install python-smartypants on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-smartypants

2. Uninstall "python-smartypants" package

In this section, we are going to explain the necessary steps to uninstall python-smartypants on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-smartypants package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-smartypants
Priority: extra
Section: universe/python
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: smartypants
Version: 1.8.6-1
Replaces: smartypants
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python
Conflicts: smartypants
Filename: pool/universe/s/smartypants/python-smartypants_1.8.6-1_all.deb
Size: 10542
MD5sum: 8b5bfdd62637091f969df7100b9708c0
SHA1: 423a1d23d161c2ce76eb9e04134ef4e25e8d6aa8
SHA256: 1ad2f42f072fef846e7ddf662d4a785d177b7f316e85dc61e01e7dbef04dc8b0
Description-en: smart-quotes plugin for pyblosxom
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