How to Install and Uninstall python3-pandocfilters Package on openSUSE Leap
Last updated: February 03,2025
1. Install "python3-pandocfilters" package
Please follow the step by step instructions below to install python3-pandocfilters on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-pandocfilters
Copied
2. Uninstall "python3-pandocfilters" package
Learn how to uninstall python3-pandocfilters on openSUSE Leap:
$
sudo zypper remove
python3-pandocfilters
Copied
3. Information about the python3-pandocfilters package on openSUSE Leap
Information for package python3-pandocfilters:
----------------------------------------------
Repository : Main Repository
Name : python3-pandocfilters
Version : 1.4.2-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 73.4 KiB
Installed : No
Status : not installed
Source package : python-pandocfilters-1.4.2-bp155.2.13.src
Upstream URL : http://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.
----------------------------------------------
Repository : Main Repository
Name : python3-pandocfilters
Version : 1.4.2-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 73.4 KiB
Installed : No
Status : not installed
Source package : python-pandocfilters-1.4.2-bp155.2.13.src
Upstream URL : http://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.