How to Install and Uninstall pandoc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "pandoc" package

Please follow the instructions below to install pandoc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pandoc

2. Uninstall "pandoc" package

Please follow the step by step instructions below to uninstall pandoc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the pandoc package on Ubuntu 21.10 (Impish Indri)

Package: pandoc
Architecture: amd64
Version: 2.9.2.1-1ubuntu4
Multi-Arch: foreign
Priority: optional
Section: universe/text
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 151480
Provides: pandoc-abi (= 1.20-1build4)
Depends: libc6 (>= 2.34), libcmark-gfm-extensions0 (>= 0.29.0.gfm.0), libcmark-gfm0 (>= 0.29.0.gfm.0), libffi8 (>= 3.4), libgmp10, libpcre3, zlib1g (>= 1:1.1.4), pandoc-data (>= 2.9.2.1-1ubuntu4), pandoc-data (<< 2.9.2.1-1ubuntu4.~)
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, node-katex, citation-style-language-styles
Filename: pool/universe/p/pandoc/pandoc_2.9.2.1-1ubuntu4_amd64.deb
Size: 20181282
MD5sum: 9bd8706e4284fa619e1e25003f63bdb7
SHA1: ed98bbe2d45ad29288465346573434cb37049e74
SHA256: 54fa2aa962b26844e14afe122441eaf1391fb4c67d096e6fa511e1104102dff8
SHA512: 0b15f6a3b23acef463d0b46069226eaf49bbf30ae8e88ddd90e52e2464e1035f4bebdb8c29af81e6711ad7eabc5795d4a4e89ee53ab604f7386827e267af3ee4
Homepage: https://pandoc.org/
Description-en: 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.
It can read several dialects of Markdown and (subsets of) HTML,
reStructuredText, LaTeX, DocBook,
JATS, MediaWiki markup, DokuWiki markup, TWiki markup, TikiWiki markup,
Jira markup, Creole 1.0,
Haddock markup, OPML, Emacs Org-mode, Emacs Muse,
txt2tags, ipynb (Jupyter notebooks), Vimwiki,
Word Docx, ODT, EPUB, FictionBook2,
roff man, Textile, and CSV,
and it can write Markdown, reStructuredText, XHTML, HTML 5,
LaTeX (including rendering as plain PDF or beamer slide shows),
ConTeXt, DocBook, JATS, OPML, TEI,
OpenDocument, ODT, Word docx, PowerPoint pptx, RTF,
MediaWiki, DokuWiki, XWiki, ZimWiki,
Textile, Jira, roff man, roff ms, GNU Texinfo,
plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
EPUB (v2 and v3), ipynb, FictionBook2, InDesign ICML,
Muse, LaTeX beamer slides, PowerPoint,
and several kinds of HTML/javaScript slide shows
(S5, Slidy, Slideous, DZSlides, reveal.js).
.
In contrast to most existing tools for converting Markdown to HTML,
pandoc has a modular design:
it consists of a set of readers, which parse text in a given format
and produce a native representation of the document,
and a set of writers,
which convert this native representation into a target format.
Thus,
adding an input or output format requires only adding a reader or writer.
.
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: 53a66073f01669527f8bb4e94c77e2a3