How to Install and Uninstall libghc-pandoc-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libghc-pandoc-doc" package

This tutorial shows how to install libghc-pandoc-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-pandoc-doc

2. Uninstall "libghc-pandoc-doc" package

This guide let you learn how to uninstall libghc-pandoc-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-pandoc-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-pandoc-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-pandoc-doc
Priority: extra
Section: universe/doc
Installed-Size: 10638
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: pandoc
Version: 1.16.0.2~dfsg-1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-aeson-doc, libghc-blaze-html-doc, libghc-data-default-doc, libghc-highlighting-kate-doc, libghc-pandoc-types-doc, libghc-parsec3-doc, libghc-tagsoup-doc, libghc-text-doc, libghc-zip-archive-doc
Filename: pool/universe/p/pandoc/libghc-pandoc-doc_1.16.0.2~dfsg-1_all.deb
Size: 700100
MD5sum: 82bc7e31697868ad2e0ff0b74fae689e
SHA1: df5a0834f20fae9524fc1837d5f15371d87dcef5
SHA256: 7c00d15f5b5cb85b580a9f175659e8a4ede7b69988471746e9ff090da1dfc715
Description-en: general markup converter - library documentation
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, MediaWiki markup, Haddock markup,
OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, and Textile,
and it can write Markdown, reStructuredText, HTML,
LaTeX (including rendering as plain PDF or beamer slide shows),
ConTeXt, DocBook, OPML, OpenDocument, ODT, Word docx, RTF,
MediaWiki, DokuWiki, Textile, groff man pages, GNU Texinfo,
plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
EPUB (v2 or v3), FictionBook2, InDesign ICML,
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 library documentation for Pandoc.
Description-md5: d55d5bee9983b281f916b4390f7d1589
Homepage: http://pandoc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu