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

Last updated: November 08,2024

1. Install "python310-pandocfilters" package

This tutorial shows how to install python310-pandocfilters on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pandocfilters

2. Uninstall "python310-pandocfilters" package

This guide let you learn how to uninstall python310-pandocfilters on openSuSE Tumbleweed:

$ sudo zypper remove python310-pandocfilters

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

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