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

Last updated: May 16,2024

1. Install "python-pandocfilters" package

Here is a brief guide to show you how to install python-pandocfilters on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pandocfilters

2. Uninstall "python-pandocfilters" package

This guide let you learn how to uninstall python-pandocfilters on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pandocfilters
Priority: optional
Section: universe/python
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.2.2-1
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8)
Recommends: pandoc (>= 1.12~)
Filename: pool/universe/p/python-pandocfilters/python-pandocfilters_1.2.2-1_all.deb
Size: 10424
MD5sum: 5aaf86c64c58b679ad4ec604e796b8d2
SHA1: 1a33be36dfde3a2fe0a7583e59e1760b973695f8
SHA256: f46f42bb5acf3835404b631a51e67b8b16456b39ddf8008ffd1ec30d14bb6305
Description-en: python bindings for Pandoc's filters
Pandoc is a powerful utility to transform various input formats into a wide
range of output formats. To alter the exported output document, Pandoc allows
the usage of filters, which are pipes that read a JSON serialization of the
Pandoc AST from stdin, transform it in some way, and write it to stdout. It
allows therewith to alter the processing of Pandoc's supported input formats,
for instance one can add new syntax elements to markdown, etc.
.
This package provides Python bindings.
Description-md5: b874afe6f228e0a4329bba9af24ae90b
Homepage: https://pypi.python.org/pypi/pandocfilters/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu