How to Install and Uninstall pandoc Package on Kali Linux

Last updated: May 09,2024

1. Install "pandoc" package

Please follow the step by step instructions below to install pandoc on Kali Linux

$ sudo apt update $ sudo apt install pandoc

2. Uninstall "pandoc" package

Please follow the guidelines below to uninstall pandoc on Kali Linux:

$ sudo apt remove pandoc $ sudo apt autoclean && sudo apt autoremove

3. Information about the pandoc package on Kali Linux

Package: pandoc
Version: 3.1.3+ds-2
Installed-Size: 194495
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: pandoc-abi (= 1.23.1-1)
Depends: pandoc-data (<< 3.1.3.~), pandoc-data (>= 3.1.3), libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), liblua5.4-0 (>= 5.4.6), libyaml-0-2, zlib1g (>= 1:1.1.4)
Suggests: texlive-latex-recommended, texlive-xetex, texlive-luatex, pandoc-citeproc, texlive-latex-extra, context, wkhtmltopdf, librsvg2-bin, groff, ghc, nodejs, php, perl, python, ruby, r-base-core, libjs-mathjax, libjs-katex, citation-style-language-styles
Size: 24289972
SHA256: 1ec83ffad8faf4fadf3d97051a7e6788b8fb81a7325e48ab25730da151b4314a
SHA1: 81a5bbaa84d104ec86675c53b11089d3ad82272a
MD5sum: 220a22c2f964d05f89f4eeea44d02277
Description: general markup converter
Pandoc is a Haskell library for converting
from one markup format to another,
and a command-line tool that uses this library.
The formats it can handle include
* light markup formats
(many variants of Markdown, reStructuredText, AsciiDoc,
Org-mode, Muse, Textile, txt2tags)
* HTML formats (HTML 4 and 5)
* Ebook formats (EPUB v2 and v3, FB2)
* Documentation formats (GNU TexInfo, Haddock)
* Roff formats (man, ms)
* TeX formats (LaTeX, ConTeXt)
* Typst
* XML formats
(DocBook 4 and 5, JATS, TEI Simple, OpenDocument)
* Outline formats (OPML)
* Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML, RIS)
* Word processor formats (Docx, RTF, ODT)
* Interactive notebook formats (Jupyter notebook ipynb)
* Page layout formats (InDesign ICML)
* Wiki markup formats
(MediaWiki, DokuWiki, TikiWiki, TWiki,
Vimwiki, XWiki, ZimWiki, Jira wiki, Creole)
* Slide show formats
(LaTeX Beamer, PowerPoint, Slidy,
reveal.js, Slideous, S5, DZSlides)
* Data formats (CSV and TSV tables)
* PDF (via external programs such as pdflatex or wkhtmltopdf)
.
Pandoc can convert mathematical content in documents
between TeX, MathML, Word equations, roff eqn, typst,
and plain text.
It includes a powerful system
for automatic citations and bibliographies,
and it can be customized extensively using templates, filters,
and custom readers and writers written in Lua.
.
This package contains the pandoc tool.
.
Some uses of Pandoc require additional packages:
* SVG content in PDF output requires librsvg2-bin.
* YAML metadata in TeX-related output requires texlive-latex-extra.
* *.hs filters not set executable requires ghc.
* *.js filters not set executable requires nodejs.
* *.php filters not set executable requires php.
* *.pl filters not set executable requires perl.
* *.py filters not set executable requires python.
* *.rb filters not set executable requires ruby.
* *.r filters not set executable requires r-base-core.
* LaTeX output, and PDF output via PDFLaTeX,
require texlive-latex-recommended.
* XeLaTeX output, and PDF output via XeLaTeX, require texlive-xetex.
* LuaTeX output, and PDF output via LuaTeX, require texlive-luatex.
* ConTeXt output, and PDF output via ConTeXt, require context.
* PDF output via wkhtmltopdf requires wkhtmltopdf.
* Roff man and roff ms output, and PDF output via roff ms,
require groff.
* MathJax-rendered equations require libjs-mathjax.
* KaTeX-rendered equations require node-katex.
* option --csl may use styles in citation-style-language-styles.
Description-md5:
Multi-Arch: foreign
Homepage: https://pandoc.org/
Tag: devel::doc, implemented-in::haskell, interface::commandline,
role::documentation, role::program, use::converting,
works-with-format::bib, works-with-format::docbook,
works-with-format::html, works-with-format::json,
works-with-format::man, works-with-format::odf,
works-with-format::plaintext, works-with-format::tex,
works-with-format::xml, works-with::text
Section: text
Priority: optional
Filename: pool/main/p/pandoc/pandoc_3.1.3+ds-2_amd64.deb