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

Last updated: July 04,2024

1. Install "python36-pandocfilters" package

Please follow the guidelines below to install python36-pandocfilters on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pandocfilters

2. Uninstall "python36-pandocfilters" package

This guide covers the steps necessary to uninstall python36-pandocfilters on openSuSE Tumbleweed:

$ sudo zypper remove python36-pandocfilters

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

Information for package python36-pandocfilters:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pandocfilters
Version : 1.4.3-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 62,0 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.