How to Install and Uninstall python38-pandocfilters Package on openSuSE Tumbleweed

Last updated: March 15,2025

1. Install "python38-pandocfilters" package

Please follow the instructions below to install python38-pandocfilters on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pandocfilters

2. Uninstall "python38-pandocfilters" package

Here is a brief guide to show you how to uninstall python38-pandocfilters on openSuSE Tumbleweed:

$ sudo zypper remove python38-pandocfilters

3. Information about the python38-pandocfilters package on openSuSE Tumbleweed

Information for package python38-pandocfilters:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pandocfilters
Version : 1.4.3-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 62,1 KiB
Installed : No
Status : not installed
Source package : python-pandocfilters-1.4.3-2.1.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.