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

Last updated: May 16,2024

1. Install "python3-pandocfilters" package

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

$ sudo apt update $ sudo apt install python3-pandocfilters

2. Uninstall "python3-pandocfilters" package

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

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

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

Package: python3-pandocfilters
Priority: optional
Section: universe/python
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-pandocfilters
Version: 1.2.2-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: pandoc (>= 1.12~)
Filename: pool/universe/p/python-pandocfilters/python3-pandocfilters_1.2.2-1_all.deb
Size: 10504
MD5sum: 790e556aa8a0192b6c2d8eccfaac136c
SHA1: 29af518b1572e4bff530a15c471f5f89c3086a5a
SHA256: 6da6a533d11eef35e345a5e289a51726610f79bcf2a61b777a218f6015301c6b
Description-en: python3 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 Python3 bindings.
Description-md5: e8d8dbcfac7b18874f6172cb46b64174
Homepage: https://pypi.python.org/pypi/pandocfilters/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu