.. _spkg_pandoc:

pandoc: A document converter
============================

Description
-----------

This script package represents the document converter pandoc.

We do not have an SPKG for it. The purpose of this script package is to
associate system package lists with it.

Type
----

optional


Version Information
-------------------


Equivalent System Packages
--------------------------

alpine:
install the following packages: pandoc
arch:

.. CODE-BLOCK:: bash

    $ sudo pacman -S  pandoc

conda:

.. CODE-BLOCK:: bash

    $ conda install pandoc

Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  pandoc

Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  pandoc

freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install pandoc

gentoo:

.. CODE-BLOCK:: bash

    $ sudo emerge pandoc

homebrew:

.. CODE-BLOCK:: bash

    $ brew install pandoc

macports:
install the following packages: pandoc
opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install pandoc

void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  pandoc

See https://repology.org/project/pandoc/versions

If the system package is installed, ./configure will check whether it can be used.

