How to Install and Uninstall python3-pandocfilters Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-pandocfilters" package

Please follow the guidelines below to install python3-pandocfilters on Kali Linux

$ sudo apt update $ sudo apt install python3-pandocfilters

2. Uninstall "python3-pandocfilters" package

Learn how to uninstall python3-pandocfilters on Kali Linux:

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

3. Information about the python3-pandocfilters package on Kali Linux

Package: python3-pandocfilters
Source: python-pandocfilters
Version: 1.5.0-1
Installed-Size: 102
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: pandoc
Size: 23744
SHA256: cc859d87d1e667fbcdde42e8c7d4981b3f395b54d599edc846884456e8b1819b
SHA1: 60017043a3b3bba374d0a19b8a75fb1ae3f0755b
MD5sum: 5834768d1217a7fbde8502635ff0b841
Description: 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 therefore to alter the processing of Pandoc's supported input formats,
for instance one can add new syntax elements to markdown, etc.
Description-md5:
Homepage: https://github.com/jgm/pandocfilters
Section: python
Priority: optional
Filename: pool/main/p/python-pandocfilters/python3-pandocfilters_1.5.0-1_all.deb