How to Install and Uninstall python2-pandocfilters Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-pandocfilters" package

This tutorial shows how to install python2-pandocfilters on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pandocfilters

2. Uninstall "python2-pandocfilters" package

Please follow the step by step instructions below to uninstall python2-pandocfilters on openSUSE Leap:

$ sudo zypper remove python2-pandocfilters

3. Information about the python2-pandocfilters package on openSUSE Leap

Information for package python2-pandocfilters:
----------------------------------------------
Repository : Main Repository
Name : python2-pandocfilters
Version : 1.4.2-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 76,4 KiB
Installed : No
Status : not installed
Source package : python-pandocfilters-1.4.2-bp153.1.17.src
Summary : Python module for writing pandoc filters
Description :
Pandoc filters are pipes that read a JSON serialization of the
Pandoc AST from stdin, transform it in some way, and write it
to stdout. They can be used with pandoc (>= 1.12) either using
pipes.
pandoc -t json -s | ./caps.py | pandoc -f json
or using the --filter (or -F) command-line option.