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

Last updated: July 01,2024

1. Install "python312-pandocfilters" package

Please follow the guidance below to install python312-pandocfilters on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pandocfilters

2. Uninstall "python312-pandocfilters" package

Please follow the steps below to uninstall python312-pandocfilters on openSuSE Tumbleweed:

$ sudo zypper remove python312-pandocfilters

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

Information for package python312-pandocfilters:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pandocfilters
Version : 1.5.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 38.8 KiB
Installed : No
Status : not installed
Source package : python-pandocfilters-1.5.1-1.4.src
Upstream URL : https://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.