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

Last updated: June 25,2024

1. Install "python311-pandocfilters" package

This guide let you learn how to install python311-pandocfilters on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pandocfilters

2. Uninstall "python311-pandocfilters" package

Please follow the instructions below to uninstall python311-pandocfilters on openSuSE Tumbleweed:

$ sudo zypper remove python311-pandocfilters

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

Information for package python311-pandocfilters:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pandocfilters
Version : 1.5.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 40.5 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.