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

Last updated: July 05,2024

1. Install "python3-pandocfilters" package

Please follow the step by step instructions below to install python3-pandocfilters on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pandocfilters

2. Uninstall "python3-pandocfilters" package

Learn how to uninstall python3-pandocfilters on openSUSE Leap:

$ sudo zypper remove python3-pandocfilters

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

Information for package python3-pandocfilters:
----------------------------------------------
Repository : Main Repository
Name : python3-pandocfilters
Version : 1.4.2-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 73.4 KiB
Installed : No
Status : not installed
Source package : python-pandocfilters-1.4.2-bp155.2.13.src
Upstream URL : http://github.com/jgm/pandocfilters
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.